#42162F

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

Shades of Blackberry #42162F

Tints of Blackberry #42162F

Color information

#42162F (or 0x42162F) is unknown color: approx Blackberry. HEX triplet: 42, 16 and 2F. RGB value is (66,22,47). Sum of RGB (Red+Green+Blue) = 66+22+47=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42162F is #BDE9D0. Grayscale: #252525. Windows color (decimal): -12446161 or 3085890. OLE color: 3085890.

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

Color convert

RGB662247-
CMYK00.670.290.74
HSL325.91º50%17.25%-
HSV(B)325.91º66.67%25.88%-
XYZ3.051.942.9-
YUV38.01133.08147.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=48.89%
G=16.30%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66224700.670.290.74325.915017.25
Hex42162F0431D4A1463211
Octal10226570103351125066221
Binary1000010101101011110100001111101100101010100011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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