#46122A

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

Shades of Blackberry #46122A

Tints of Blackberry #46122A

Color information

#46122A (or 0x46122A) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 2A. RGB value is (70,18,42). Sum of RGB (Red+Green+Blue) = 70+18+42=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46122A is #B9EDD5. Grayscale: #242424. Windows color (decimal): -12185046 or 2757190. OLE color: 2757190.

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

Color convert

RGB701842-
CMYK00.740.400.73
HSL332.31º59.09%17.25%-
HSV(B)332.31º74.29%27.45%-
XYZ3.161.92.39-
YUV36.28131.23152.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=53.85%
G=13.85%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70184200.740.400.73332.3159.0917.25
Hex46122A04A284914c3b11
Octal10622520112501115147321
Binary10001101001010101001001010101000100100110100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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