#42001A

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

Shades of Blackberry #42001A

Tints of Blackberry #42001A

Color information

#42001A (or 0x42001A) is unknown color: approx Blackberry. HEX triplet: 42, 00 and 1A. RGB value is (66,0,26). Sum of RGB (Red+Green+Blue) = 66+0+26=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #42001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001A is #BDFFE5. Grayscale: #161616. Windows color (decimal): -12451814 or 1704002. OLE color: 1704002.

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

Color convert

RGB66026-
CMYK010.610.74
HSL336.36º100%12.94%-
HSV(B)336.36º100%25.88%-
XYZ2.431.231.09-
YUV22.7129.87158.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=71.74%
G=0%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66026010.610.74336.3610012.94
Hex4201A0643D4A15064d
Octal10203201447511252014415
Binary100001001101001100100111101100101010101000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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