#46152A

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

Shades of Blackberry #46152A

Tints of Blackberry #46152A

Color information

#46152A (or 0x46152A) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 2A. RGB value is (70,21,42). Sum of RGB (Red+Green+Blue) = 70+21+42=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152A is #B9EAD5. Grayscale: #262626. Windows color (decimal): -12184278 or 2757958. OLE color: 2757958.

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

Color convert

RGB702142-
CMYK00.700.400.73
HSL334.29º53.85%17.84%-
HSV(B)334.29º70%27.45%-
XYZ3.212.012.41-
YUV38.04130.23150.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=52.63%
G=15.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214200.700.400.73334.2953.8517.84
Hex46152A046284914e3612
Octal10625520106501115166622
Binary10001101010110101001000110101000100100110100111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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