Html Css Color HEX #420F32 Blackberry

📋 copy color: '#420F32'

red 66 ◦ green 15 ◦ blue 50

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

Shades of Blackberry #420F32

Tints of Blackberry #420F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.45%

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

R = 50.38%
G = 11.45%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#420F32 (or 0x420F32) is known color: Blackberry. HEX triplet: 42, 0F and 32. RGB value is (66,15,50). Sum of RGB (Red+Green+Blue) = 66+15+50=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #420F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F32 is #BDF0CD. Grayscale: #222222. Windows color (decimal): -12447950 or 3280706. OLE color: 3280706.

HSL color Cylindrical-coordinate representation of color #420F32: hue angle of 318.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F32 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 15 50 -
CMYK 0 0.77 0.24 0.74
HSL 318.82º 0.63% 0.16% -
HSV(B) 318.82º 0.77% 0.26% -
XYZ 2.99 1.73 3.19 -
YUV 34.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 66 15 50 0 0.77 0.24 0.74 318.82 0.63 0.16
Hex 42 F 32 0 4D 18 4A 13F 3F 10
Octal 102 17 62 0 115 30 112 477 77 20
Binary 1000010 1111 110010 0 1001101 11000 1001010 100111111 111111 10000

Color Harmonies of #420F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F32

Black with #420F32

Text Example


Text Example

White with #420F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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