#46132A

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

Shades of Blackberry #46132A

Tints of Blackberry #46132A

Color information

#46132A (or 0x46132A) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 2A. RGB value is (70,19,42). Sum of RGB (Red+Green+Blue) = 70+19+42=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46132A is #B9ECD5. Grayscale: #242424. Windows color (decimal): -12184790 or 2757446. OLE color: 2757446.

HSL color Cylindrical-coordinate representation of color #46132A: hue angle of 332.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46132A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB701942-
CMYK00.730.400.73
HSL332.94º57.3%17.45%-
HSV(B)332.94º72.86%27.45%-
XYZ3.181.942.4-
YUV36.87130.9151.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=53.44%
G=14.50%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70194200.730.400.73332.9457.317.45
Hex46132A049284914d3911
Octal10623520111501115157121
Binary10001101001110101001001001101000100100110100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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