#42042B

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

Shades of Blackberry #42042B

Tints of Blackberry #42042B

Color information

#42042B (or 0x42042B) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 2B. RGB value is (66,4,43). Sum of RGB (Red+Green+Blue) = 66+4+43=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42042B is #BDFBD4. Grayscale: #1A1A1A. Windows color (decimal): -12450773 or 2819138. OLE color: 2819138.

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

Color convert

RGB66443-
CMYK00.940.350.74
HSL322.26º88.57%13.73%-
HSV(B)322.26º93.94%25.88%-
XYZ2.731.422.42-
YUV26.98137.04155.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=58.41%
G=3.54%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644300.940.350.74322.2688.5713.73
Hex4242B05E234A14259e
Octal10245301364311250213116
Binary100001010010101101011110100011100101010100001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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