#42122B

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

Shades of Blackberry #42122B

Tints of Blackberry #42122B

Color information

#42122B (or 0x42122B) is unknown color: approx Blackberry. HEX triplet: 42, 12 and 2B. RGB value is (66,18,43). Sum of RGB (Red+Green+Blue) = 66+18+43=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42122B is #BDEDD4. Grayscale: #232323. Windows color (decimal): -12447189 or 2822722. OLE color: 2822722.

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

Color convert

RGB661843-
CMYK00.730.350.74
HSL328.75º57.14%16.47%-
HSV(B)328.75º72.73%25.88%-
XYZ2.91.772.47-
YUV35.2132.4149.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=51.97%
G=14.17%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66184300.730.350.74328.7557.1416.47
Hex42122B049234A1493910
Octal10222530111431125117120
Binary10000101001010101101001001100011100101010100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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