#46153B

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

Shades of Blackberry #46153B

Tints of Blackberry #46153B

Color information

#46153B (or 0x46153B) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 3B. RGB value is (70,21,59). Sum of RGB (Red+Green+Blue) = 70+21+59=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46153B is #B9EAC4. Grayscale: #272727. Windows color (decimal): -12184261 or 3872070. OLE color: 3872070.

HSL color Cylindrical-coordinate representation of color #46153B: hue angle of 313.47º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46153B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB702159-
CMYK00.700.160.73
HSL313.47º53.85%17.84%-
HSV(B)313.47º70%27.45%-
XYZ3.582.154.36-
YUV39.98138.73149.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=46.67%
G=14%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215900.700.160.73313.4753.8517.84
Hex46153B04610491393612
Octal10625730106201114716622
Binary1000110101011110110100011010000100100110011100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,21,59); }

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

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

 a { background-color: rgb(70,21,59); }

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

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

 span { border-color: rgb(70,21,59); }

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