Html Css Color HEX #420932 Blackberry

📋 copy color: '#420932'

red 66 ◦ green 9 ◦ blue 50

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

Shades of Blackberry #420932

Tints of Blackberry #420932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 52.8%
G = 7.2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#420932 (or 0x420932) is known color: Blackberry. HEX triplet: 42, 09 and 32. RGB value is (66,9,50). Sum of RGB (Red+Green+Blue) = 66+9+50=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #420932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420932 is #BDF6CD. Grayscale: #1E1E1E. Windows color (decimal): -12449486 or 3279170. OLE color: 3279170.

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

Color convert

RGB 66 9 50 -
CMYK 0 0.86 0.24 0.74
HSL 316.84º 0.76% 0.15% -
HSV(B) 316.84º 0.86% 0.26% -
XYZ 2.92 1.58 3.17 -
YUV 30.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 66 9 50 0 0.86 0.24 0.74 316.84 0.76 0.15
Hex 42 9 32 0 56 18 4A 13D 4C F
Octal 102 11 62 0 126 30 112 475 114 17
Binary 1000010 1001 110010 0 1010110 11000 1001010 100111101 1001100 1111

Color Harmonies of #420932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420932

Black with #420932

Text Example


Text Example

White with #420932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420932; }

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

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

background-color css

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

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

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

border-color css

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

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

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