#42052B

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

Shades of Blackberry #42052B

Tints of Blackberry #42052B

Color information

#42052B (or 0x42052B) is unknown color: approx Blackberry. HEX triplet: 42, 05 and 2B. RGB value is (66,5,43). Sum of RGB (Red+Green+Blue) = 66+5+43=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42052B is #BDFAD4. Grayscale: #1B1B1B. Windows color (decimal): -12450517 or 2819394. OLE color: 2819394.

HSL color Cylindrical-coordinate representation of color #42052B: hue angle of 322.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42052B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB66543-
CMYK00.920.350.74
HSL322.62º85.92%13.92%-
HSV(B)322.62º92.42%25.88%-
XYZ2.741.442.42-
YUV27.57136.71155.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=57.89%
G=4.39%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6654300.920.350.74322.6285.9213.92
Hex4252B05C234A14356e
Octal10255301344311250312616
Binary100001010110101101011100100011100101010100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42052B; }

 p { color: rgb(66,5,43); }

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

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

 a { background-color: rgb(66,5,43); }

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

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

 span { border-color: rgb(66,5,43); }

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