#46152F

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

Shades of Blackberry #46152F

Tints of Blackberry #46152F

Color information

#46152F (or 0x46152F) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 2F. RGB value is (70,21,47). Sum of RGB (Red+Green+Blue) = 70+21+47=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152F is #B9EAD0. Grayscale: #262626. Windows color (decimal): -12184273 or 3085638. OLE color: 3085638.

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

Color convert

RGB702147-
CMYK00.700.330.73
HSL328.16º53.85%17.84%-
HSV(B)328.16º70%27.45%-
XYZ3.312.042.91-
YUV38.61132.73150.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=50.72%
G=15.22%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214700.700.330.73328.1653.8517.84
Hex46152F04621491483612
Octal10625570106411115106622
Binary10001101010110111101000110100001100100110100100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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