#42162A

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

Shades of Blackberry #42162A

Tints of Blackberry #42162A

Color information

#42162A (or 0x42162A) is unknown color: approx Blackberry. HEX triplet: 42, 16 and 2A. RGB value is (66,22,42). Sum of RGB (Red+Green+Blue) = 66+22+42=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42162A is #BDE9D5. Grayscale: #252525. Windows color (decimal): -12446166 or 2758210. OLE color: 2758210.

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

Color convert

RGB662242-
CMYK00.670.360.74
HSL332.73º50%17.25%-
HSV(B)332.73º66.67%25.88%-
XYZ2.951.92.4-
YUV37.44130.58148.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=50.77%
G=16.92%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66224200.670.360.74332.735017.25
Hex42162A043244A14d3211
Octal10226520103441125156221
Binary10000101011010101001000011100100100101010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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