#42022F

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

Shades of Blackberry #42022F

Tints of Blackberry #42022F

Color information

#42022F (or 0x42022F) is unknown color: approx Blackberry. HEX triplet: 42, 02 and 2F. RGB value is (66,2,47). Sum of RGB (Red+Green+Blue) = 66+2+47=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42022F is #BDFDD0. Grayscale: #1A1A1A. Windows color (decimal): -12451281 or 3080770. OLE color: 3080770.

HSL color Cylindrical-coordinate representation of color #42022F: hue angle of 317.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42022F is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB66247-
CMYK00.970.290.74
HSL317.81º94.12%13.33%-
HSV(B)317.81º96.97%25.88%-
XYZ2.781.412.81-
YUV26.27139.7156.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=57.39%
G=1.74%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6624700.970.290.74317.8194.1213.33
Hex4222F0611D4A13e5ed
Octal10225701413511247613615
Binary1000010101011110110000111101100101010011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42022F; }

 p { color: rgb(66,2,47); }

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

<style>
 a { background-color: #42022F; }

 a { background-color: rgb(66,2,47); }

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

<style>
 span { border-color: #42022F; }

 span { border-color: rgb(66,2,47); }

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