#42052F

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

Shades of Blackberry #42052F

Tints of Blackberry #42052F

Color information

#42052F (or 0x42052F) is unknown color: approx Blackberry. HEX triplet: 42, 05 and 2F. RGB value is (66,5,47). Sum of RGB (Red+Green+Blue) = 66+5+47=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42052F is #BDFAD0. Grayscale: #1B1B1B. Windows color (decimal): -12450513 or 3081538. OLE color: 3081538.

HSL color Cylindrical-coordinate representation of color #42052F: hue angle of 318.69º 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 #42052F is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB66547-
CMYK00.920.290.74
HSL318.69º85.92%13.92%-
HSV(B)318.69º92.42%25.88%-
XYZ2.811.472.83-
YUV28.03138.71155.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=55.93%
G=4.24%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6654700.920.290.74318.6985.9213.92
Hex4252F05C1D4A13f56e
Octal10255701343511247712616
Binary10000101011011110101110011101100101010011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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