#42122D

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

Shades of Blackberry #42122D

Tints of Blackberry #42122D

Color information

#42122D (or 0x42122D) is unknown color: approx Blackberry. HEX triplet: 42, 12 and 2D. RGB value is (66,18,45). Sum of RGB (Red+Green+Blue) = 66+18+45=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42122D is #BDEDD2. Grayscale: #232323. Windows color (decimal): -12447187 or 2953794. OLE color: 2953794.

HSL color Cylindrical-coordinate representation of color #42122D: hue angle of 326.25º 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 #42122D is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB661845-
CMYK00.730.320.74
HSL326.25º57.14%16.47%-
HSV(B)326.25º72.73%25.88%-
XYZ2.941.782.67-
YUV35.43133.4149.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=51.16%
G=13.95%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66184500.730.320.74326.2557.1416.47
Hex42122D049204A1463910
Octal10222550111401125067120
Binary10000101001010110101001001100000100101010100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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