#46122B

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

Shades of Blackberry #46122B

Tints of Blackberry #46122B

Color information

#46122B (or 0x46122B) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 2B. RGB value is (70,18,43). Sum of RGB (Red+Green+Blue) = 70+18+43=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46122B is #B9EDD4. Grayscale: #242424. Windows color (decimal): -12185045 or 2822726. OLE color: 2822726.

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

Color convert

RGB701843-
CMYK00.740.390.73
HSL331.15º59.09%17.25%-
HSV(B)331.15º74.29%27.45%-
XYZ3.181.912.49-
YUV36.4131.73151.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=53.44%
G=13.74%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70184300.740.390.73331.1559.0917.25
Hex46122B04A274914b3b11
Octal10622530112471115137321
Binary10001101001010101101001010100111100100110100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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