#42042A

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

Shades of Blackberry #42042A

Tints of Blackberry #42042A

Color information

#42042A (or 0x42042A) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 2A. RGB value is (66,4,42). Sum of RGB (Red+Green+Blue) = 66+4+42=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42042A is #BDFBD5. Grayscale: #1A1A1A. Windows color (decimal): -12450774 or 2753602. OLE color: 2753602.

HSL color Cylindrical-coordinate representation of color #42042A: hue angle of 323.23º 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 #42042A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB66442-
CMYK00.940.360.74
HSL323.23º88.57%13.73%-
HSV(B)323.23º93.94%25.88%-
XYZ2.711.412.32-
YUV26.87136.54155.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=58.93%
G=3.57%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644200.940.360.74323.2388.5713.73
Hex4242A05E244A14359e
Octal10245201364411250313116
Binary100001010010101001011110100100100101010100001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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