#422134

Color #422134 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #422134

Tints of Blackberry #422134

Color information

#422134 (or 0x422134) is unknown color: approx Blackberry. HEX triplet: 42, 21 and 34. RGB value is (66,33,52). Sum of RGB (Red+Green+Blue) = 66+33+52=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422134 is #BDDECB. Grayscale: #2C2C2C. Windows color (decimal): -12443340 or 3416386. OLE color: 3416386.

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

Color convert

RGB663352-
CMYK00.50.210.74
HSL325.45º33.33%19.41%-
HSV(B)325.45º50%25.88%-
XYZ3.412.493.55-
YUV45.03131.93142.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=43.71%
G=21.85%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66335200.50.210.74325.4533.3319.41
Hex422134032154A1452113
Octal1024164062251125054123
Binary1000010100001110100011001010101100101010100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422134; }

 p { color: rgb(66,33,52); }

 H1.HeaderClassName
 {
   color: #422134;
 }
 .AnyTagClassName
 {
   color: #422134;
 }
</style>
background-color css

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

 a { background-color: rgb(66,33,52); }

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

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

 span { border-color: rgb(66,33,52); }

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