#42041F

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

Shades of Blackberry #42041F

Tints of Blackberry #42041F

Color information

#42041F (or 0x42041F) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 1F. RGB value is (66,4,31). Sum of RGB (Red+Green+Blue) = 66+4+31=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42041F is #BDFBE0. Grayscale: #191919. Windows color (decimal): -12450785 or 2032706. OLE color: 2032706.

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

Color convert

RGB66431-
CMYK00.940.530.74
HSL333.87º88.57%13.73%-
HSV(B)333.87º93.94%25.88%-
XYZ2.541.341.42-
YUV25.62131.04156.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=65.35%
G=3.96%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6643100.940.530.74333.8788.5713.73
Hex4241F05E354A14e59e
Octal10243701366511251613116
Binary10000101001111101011110110101100101010100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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