#42042F

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

Shades of Blackberry #42042F

Tints of Blackberry #42042F

Color information

#42042F (or 0x42042F) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 2F. RGB value is (66,4,47). Sum of RGB (Red+Green+Blue) = 66+4+47=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42042F is #BDFBD0. Grayscale: #1B1B1B. Windows color (decimal): -12450769 or 3081282. OLE color: 3081282.

HSL color Cylindrical-coordinate representation of color #42042F: hue angle of 318.39º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42042F is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB66447-
CMYK00.940.290.74
HSL318.39º88.57%13.73%-
HSV(B)318.39º93.94%25.88%-
XYZ2.81.452.82-
YUV27.44139.04155.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=56.41%
G=3.42%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644700.940.290.74318.3988.5713.73
Hex4242F05E1D4A13e59e
Octal10245701363511247613116
Binary10000101001011110101111011101100101010011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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