Html Css Color HEX #420D32 Blackberry

📋 copy color: '#420D32'

red 66 ◦ green 13 ◦ blue 50

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

Shades of Blackberry #420D32

Tints of Blackberry #420D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.08%

 BLUE value IS 50 (19.92% from 255) = 38.76%

R = 51.16%
G = 10.08%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#420D32 (or 0x420D32) is known color: Blackberry. HEX triplet: 42, 0D and 32. RGB value is (66,13,50). Sum of RGB (Red+Green+Blue) = 66+13+50=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420D32 is #BDF2CD. Grayscale: #202020. Windows color (decimal): -12448462 or 3280194. OLE color: 3280194.

HSL color Cylindrical-coordinate representation of color #420D32: hue angle of 318.11º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420D32 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 13 50 -
CMYK 0 0.80 0.24 0.74
HSL 318.11º 0.67% 0.15% -
HSV(B) 318.11º 0.8% 0.26% -
XYZ 2.97 1.68 3.18 -
YUV 33.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 66 13 50 0 0.80 0.24 0.74 318.11 0.67 0.15
Hex 42 D 32 0 50 18 4A 13E 43 F
Octal 102 15 62 0 120 30 112 476 103 17
Binary 1000010 1101 110010 0 1010000 11000 1001010 100111110 1000011 1111

Color Harmonies of #420D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D32

Black with #420D32

Text Example


Text Example

White with #420D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420D32; }

 p { color: rgb(66,13,50); }

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

background-color css

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

 a { background-color: rgb(66,13,50); }

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

border-color css

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

 span { border-color: rgb(66,13,50); }

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