#46052A

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

Shades of Blackberry #46052A

Tints of Blackberry #46052A

Color information

#46052A (or 0x46052A) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 2A. RGB value is (70,5,42). Sum of RGB (Red+Green+Blue) = 70+5+42=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46052A is #B9FAD5. Grayscale: #1C1C1C. Windows color (decimal): -12188374 or 2753862. OLE color: 2753862.

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

Color convert

RGB70542-
CMYK00.930.400.73
HSL325.85º86.67%14.71%-
HSV(B)325.85º92.86%27.45%-
XYZ31.582.34-
YUV28.65135.53157.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=59.83%
G=4.27%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054200.930.400.73325.8586.6714.71
Hex4652A05D284914657f
Octal10655201355011150612717
Binary100011010110101001011101101000100100110100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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