#42041B

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

Shades of Blackberry #42041B

Tints of Blackberry #42041B

Color information

#42041B (or 0x42041B) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 1B. RGB value is (66,4,27). Sum of RGB (Red+Green+Blue) = 66+4+27=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42041B is #BDFBE4. Grayscale: #191919. Windows color (decimal): -12450789 or 1770562. OLE color: 1770562.

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

Color convert

RGB66427-
CMYK00.940.590.74
HSL337.74º88.57%13.73%-
HSV(B)337.74º93.94%25.88%-
XYZ2.491.321.16-
YUV25.16129.04157.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=68.04%
G=4.12%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6642700.940.590.74337.7488.5713.73
Hex4241B05E3B4A15259e
Octal10243301367311252213116
Binary10000101001101101011110111011100101010101001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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