#46052B

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

Shades of Blackberry #46052B

Tints of Blackberry #46052B

Color information

#46052B (or 0x46052B) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 2B. RGB value is (70,5,43). Sum of RGB (Red+Green+Blue) = 70+5+43=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46052B is #B9FAD4. Grayscale: #1C1C1C. Windows color (decimal): -12188373 or 2819398. OLE color: 2819398.

HSL color Cylindrical-coordinate representation of color #46052B: hue angle of 324.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46052B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB70543-
CMYK00.930.390.73
HSL324.92º86.67%14.71%-
HSV(B)324.92º92.86%27.45%-
XYZ3.021.592.43-
YUV28.77136.03157.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=59.32%
G=4.24%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054300.930.390.73324.9286.6714.71
Hex4652B05D274914557f
Octal10655301354711150512717
Binary100011010110101101011101100111100100110100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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