#42001E

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

Shades of Blackberry #42001E

Tints of Blackberry #42001E

Color information

#42001E (or 0x42001E) is unknown color: approx Blackberry. HEX triplet: 42, 00 and 1E. RGB value is (66,0,30). Sum of RGB (Red+Green+Blue) = 66+0+30=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001E is #BDFFE1. Grayscale: #171717. Windows color (decimal): -12451810 or 1966146. OLE color: 1966146.

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

Color convert

RGB66030-
CMYK010.550.74
HSL332.73º100%12.94%-
HSV(B)332.73º100%25.88%-
XYZ2.481.251.34-
YUV23.15131.87158.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=68.75%
G=0%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66030010.550.74332.7310012.94
Hex4201E064374A14d64d
Octal10203601446711251514415
Binary100001001111001100100110111100101010100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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