Html Css Color HEX #420436 Blackberry

📋 copy color: '#420436'

red 66 ◦ green 4 ◦ blue 54

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

Shades of Blackberry #420436

Tints of Blackberry #420436

RGB

 RED value IS 66 (26.17% from 255) = 53.23%

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 54 (21.48% from 255) = 43.55%

R = 53.23%
G = 3.23%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#420436 (or 0x420436) is known color: Blackberry. HEX triplet: 42, 04 and 36. RGB value is (66,4,54). Sum of RGB (Red+Green+Blue) = 66+4+54=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420436 is #BDFBC9. Grayscale: #1C1C1C. Windows color (decimal): -12450762 or 3540034. OLE color: 3540034.

HSL color Cylindrical-coordinate representation of color #420436: hue angle of 311.61º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420436 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 54 -
CMYK 0 0.94 0.18 0.74
HSL 311.61º 0.89% 0.14% -
HSV(B) 311.61º 0.94% 0.26% -
XYZ 2.96 1.51 3.63 -
YUV 28.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 66 4 54 0 0.94 0.18 0.74 311.61 0.89 0.14
Hex 42 4 36 0 5E 12 4A 138 59 E
Octal 102 4 66 0 136 22 112 470 131 16
Binary 1000010 100 110110 0 1011110 10010 1001010 100111000 1011001 1110

Color Harmonies of #420436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420436

Black with #420436

Text Example


Text Example

White with #420436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420436; }

 p { color: rgb(66,4,54); }

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

background-color css

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

 a { background-color: rgb(66,4,54); }

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

border-color css

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

 span { border-color: rgb(66,4,54); }

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