#42041D

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

Shades of Blackberry #42041D

Tints of Blackberry #42041D

Color information

#42041D (or 0x42041D) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 1D. RGB value is (66,4,29). Sum of RGB (Red+Green+Blue) = 66+4+29=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42041D is #BDFBE2. Grayscale: #191919. Windows color (decimal): -12450787 or 1901634. OLE color: 1901634.

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

Color convert

RGB66429-
CMYK00.940.560.74
HSL335.81º88.57%13.73%-
HSV(B)335.81º93.94%25.88%-
XYZ2.511.331.29-
YUV25.39130.04156.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=66.67%
G=4.04%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6642900.940.560.74335.8188.5713.73
Hex4241D05E384A15059e
Octal10243501367011252013116
Binary10000101001110101011110111000100101010101000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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