#42001B

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

Shades of Blackberry #42001B

Tints of Blackberry #42001B

Color information

#42001B (or 0x42001B) is unknown color: approx Blackberry. HEX triplet: 42, 00 and 1B. RGB value is (66,0,27). Sum of RGB (Red+Green+Blue) = 66+0+27=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #42001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001B is #BDFFE4. Grayscale: #161616. Windows color (decimal): -12451813 or 1769538. OLE color: 1769538.

HSL color Cylindrical-coordinate representation of color #42001B: hue angle of 335.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42001B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB66027-
CMYK010.590.74
HSL335.45º100%12.94%-
HSV(B)335.45º100%25.88%-
XYZ2.441.241.15-
YUV22.81130.37158.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=70.97%
G=0%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66027010.590.74335.4510012.94
Hex4201B0643B4A14f64d
Octal10203301447311251714415
Binary100001001101101100100111011100101010100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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