#42122A

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

Shades of Blackberry #42122A

Tints of Blackberry #42122A

Color information

#42122A (or 0x42122A) is unknown color: approx Blackberry. HEX triplet: 42, 12 and 2A. RGB value is (66,18,42). Sum of RGB (Red+Green+Blue) = 66+18+42=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #42122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42122A is #BDEDD5. Grayscale: #232323. Windows color (decimal): -12447190 or 2757186. OLE color: 2757186.

HSL color Cylindrical-coordinate representation of color #42122A: hue angle of 330º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42122A is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB661842-
CMYK00.730.360.74
HSL330º57.14%16.47%-
HSV(B)330º72.73%25.88%-
XYZ2.881.762.38-
YUV35.09131.9150.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=52.38%
G=14.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66184200.730.360.7433057.1416.47
Hex42122A049244A14a3910
Octal10222520111441125127120
Binary10000101001010101001001001100100100101010100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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