Html Css Color HEX #400020 Blackberry

📋 copy color: '#400020'

red 64 ◦ green 0 ◦ blue 32

#400020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #400020

Tints of Blackberry #400020

RGB

 RED value IS 64 (25.39% from 255) = 66.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#400020 (or 0x400020) is known color: Blackberry. HEX triplet: 40, 00 and 20. RGB value is (64,0,32). Sum of RGB (Red+Green+Blue) = 64+0+32=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400020 is #BFFFDF. Grayscale: #161616. Windows color (decimal): -12582880 or 2097216. OLE color: 2097216.

HSL color Cylindrical-coordinate representation of color #400020: hue angle of 330º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400020 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 32 -
CMYK 0 1 0.50 0.75
HSL 330º 1% 0.13% -
HSV(B) 330º 1% 0.25% -
XYZ 2.38 1.19 1.47 -
YUV 22.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 64 0 32 0 1 0.50 0.75 330 1 0.13
Hex 40 0 20 0 64 32 4B 14A 64 D
Octal 100 0 40 0 144 62 113 512 144 15
Binary 1000000 0 100000 0 1100100 110010 1001011 101001010 1100100 1101

Color Harmonies of #400020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400020

Black with #400020

Text Example


Text Example

White with #400020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400020; }

 p { color: rgb(64,0,32); }

 H1.HeaderClassName
 {
   color: #400020;
 }
 .AnyTagClassName
 {
   color: #400020;
 }
</style>

background-color css

<style>
 a { background-color: #400020; }

 a { background-color: rgb(64,0,32); }

 div.DivClassName
 {
   background-color: #400020;
 }
 .BgClassName
 {
   background-color: #400020;
 }
</style>

border-color css

<style>
 span { border-color: #400020; }

 span { border-color: rgb(64,0,32); }

 td.TdClassName
 {
   border-color: #400020;
 }
 .TagClassName
 {
   border-color: #400020;
 }
</style>