#46152B

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

Shades of Blackberry #46152B

Tints of Blackberry #46152B

Color information

#46152B (or 0x46152B) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 2B. RGB value is (70,21,43). Sum of RGB (Red+Green+Blue) = 70+21+43=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152B is #B9EAD4. Grayscale: #262626. Windows color (decimal): -12184277 or 2823494. OLE color: 2823494.

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

Color convert

RGB702143-
CMYK00.700.390.73
HSL333.06º53.85%17.84%-
HSV(B)333.06º70%27.45%-
XYZ3.232.012.5-
YUV38.16130.73150.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=52.24%
G=15.67%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214300.700.390.73333.0653.8517.84
Hex46152B046274914d3612
Octal10625530106471115156622
Binary10001101010110101101000110100111100100110100110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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