#42001D

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

Shades of Blackberry #42001D

Tints of Blackberry #42001D

Color information

#42001D (or 0x42001D) is unknown color: approx Blackberry. HEX triplet: 42, 00 and 1D. RGB value is (66,0,29). Sum of RGB (Red+Green+Blue) = 66+0+29=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001D is #BDFFE2. Grayscale: #161616. Windows color (decimal): -12451811 or 1900610. OLE color: 1900610.

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

Color convert

RGB66029-
CMYK010.560.74
HSL333.64º100%12.94%-
HSV(B)333.64º100%25.88%-
XYZ2.471.251.27-
YUV23.04131.37158.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=69.47%
G=0%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66029010.560.74333.6410012.94
Hex4201D064384A14e64d
Octal10203501447011251614415
Binary100001001110101100100111000100101010100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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