#46122D

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

Shades of Blackberry #46122D

Tints of Blackberry #46122D

Color information

#46122D (or 0x46122D) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 2D. RGB value is (70,18,45). Sum of RGB (Red+Green+Blue) = 70+18+45=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46122D is #B9EDD2. Grayscale: #242424. Windows color (decimal): -12185043 or 2953798. OLE color: 2953798.

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

Color convert

RGB701845-
CMYK00.740.360.73
HSL328.85º59.09%17.25%-
HSV(B)328.85º74.29%27.45%-
XYZ3.221.922.68-
YUV36.63132.73151.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=52.63%
G=13.53%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70184500.740.360.73328.8559.0917.25
Hex46122D04A24491493b11
Octal10622550112441115117321
Binary10001101001010110101001010100100100100110100100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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