#42002B

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

Shades of Blackberry #42002B

Tints of Blackberry #42002B

Color information

#42002B (or 0x42002B) is unknown color: approx Blackberry. HEX triplet: 42, 00 and 2B. RGB value is (66,0,43). Sum of RGB (Red+Green+Blue) = 66+0+43=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #42002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42002B is #BDFFD4. Grayscale: #181818. Windows color (decimal): -12451797 or 2818114. OLE color: 2818114.

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

Color convert

RGB66043-
CMYK010.350.74
HSL320.91º100%12.94%-
HSV(B)320.91º100%25.88%-
XYZ2.681.332.4-
YUV24.64138.37157.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=60.55%
G=0%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66043010.350.74320.9110012.94
Hex4202B064234A14164d
Octal10205301444311250114415
Binary1000010010101101100100100011100101010100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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