#46152D

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

Shades of Blackberry #46152D

Tints of Blackberry #46152D

Color information

#46152D (or 0x46152D) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 2D. RGB value is (70,21,45). Sum of RGB (Red+Green+Blue) = 70+21+45=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152D is #B9EAD2. Grayscale: #262626. Windows color (decimal): -12184275 or 2954566. OLE color: 2954566.

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

Color convert

RGB702145-
CMYK00.700.360.73
HSL330.61º53.85%17.84%-
HSV(B)330.61º70%27.45%-
XYZ3.272.032.7-
YUV38.39131.73150.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=51.47%
G=15.44%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214500.700.360.73330.6153.8517.84
Hex46152D046244914b3612
Octal10625550106441115136622
Binary10001101010110110101000110100100100100110100101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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