#46152E

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

Shades of Blackberry #46152E

Tints of Blackberry #46152E

Color information

#46152E (or 0x46152E) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 2E. RGB value is (70,21,46). Sum of RGB (Red+Green+Blue) = 70+21+46=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152E is #B9EAD1. Grayscale: #262626. Windows color (decimal): -12184274 or 3020102. OLE color: 3020102.

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

Color convert

RGB702146-
CMYK00.700.340.73
HSL329.39º53.85%17.84%-
HSV(B)329.39º70%27.45%-
XYZ3.292.042.8-
YUV38.5132.23150.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=51.09%
G=15.33%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214600.700.340.73329.3953.8517.84
Hex46152E04622491493612
Octal10625560106421115116622
Binary10001101010110111001000110100010100100110100100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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