#46152C

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

Shades of Blackberry #46152C

Tints of Blackberry #46152C

Color information

#46152C (or 0x46152C) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 2C. RGB value is (70,21,44). Sum of RGB (Red+Green+Blue) = 70+21+44=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152C is #B9EAD3. Grayscale: #262626. Windows color (decimal): -12184276 or 2889030. OLE color: 2889030.

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

Color convert

RGB702144-
CMYK00.700.370.73
HSL331.84º53.85%17.84%-
HSV(B)331.84º70%27.45%-
XYZ3.252.022.6-
YUV38.27131.23150.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=51.85%
G=15.56%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214400.700.370.73331.8453.8517.84
Hex46152C046254914c3612
Octal10625540106451115146622
Binary10001101010110110001000110100101100100110100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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