Html Css Color HEX #422032 Blackberry

📋 copy color: '#422032'

red 66 ◦ green 32 ◦ blue 50

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

Shades of Blackberry #422032

Tints of Blackberry #422032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

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

R = 44.59%
G = 21.62%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#422032 (or 0x422032) is known color: Blackberry. HEX triplet: 42, 20 and 32. RGB value is (66,32,50). Sum of RGB (Red+Green+Blue) = 66+32+50=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #422032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422032 is #BDDFCD. Grayscale: #2C2C2C. Windows color (decimal): -12443598 or 3285058. OLE color: 3285058.

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

Color convert

RGB 66 32 50 -
CMYK 0 0.52 0.24 0.74
HSL 328.24º 0.35% 0.19% -
HSV(B) 328.24º 0.52% 0.26% -
XYZ 3.34 2.42 3.31 -
YUV 44.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 66 32 50 0 0.52 0.24 0.74 328.24 0.35 0.19
Hex 42 20 32 0 34 18 4A 148 23 13
Octal 102 40 62 0 64 30 112 510 43 23
Binary 1000010 100000 110010 0 110100 11000 1001010 101001000 100011 10011

Color Harmonies of #422032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422032

Black with #422032

Text Example


Text Example

White with #422032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422032; }

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

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

background-color css

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

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

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

border-color css

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

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

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