#46122C

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

Shades of Blackberry #46122C

Tints of Blackberry #46122C

Color information

#46122C (or 0x46122C) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 2C. RGB value is (70,18,44). Sum of RGB (Red+Green+Blue) = 70+18+44=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46122C is #B9EDD3. Grayscale: #242424. Windows color (decimal): -12185044 or 2888262. OLE color: 2888262.

HSL color Cylindrical-coordinate representation of color #46122C: hue angle of 330º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46122C is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB701844-
CMYK00.740.370.73
HSL330º59.09%17.25%-
HSV(B)330º74.29%27.45%-
XYZ3.21.922.58-
YUV36.51132.23151.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=53.03%
G=13.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70184400.740.370.7333059.0917.25
Hex46122C04A254914a3b11
Octal10622540112451115127321
Binary10001101001010110001001010100101100100110100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46122C; }

 p { color: rgb(70,18,44); }

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

<style>
 a { background-color: #46122C; }

 a { background-color: rgb(70,18,44); }

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

<style>
 span { border-color: #46122C; }

 span { border-color: rgb(70,18,44); }

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