#46062D

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

Shades of Blackberry #46062D

Tints of Blackberry #46062D

Color information

#46062D (or 0x46062D) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 2D. RGB value is (70,6,45). Sum of RGB (Red+Green+Blue) = 70+6+45=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46062D is #B9F9D2. Grayscale: #1D1D1D. Windows color (decimal): -12188115 or 2950726. OLE color: 2950726.

HSL color Cylindrical-coordinate representation of color #46062D: hue angle of 323.44º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46062D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB70645-
CMYK00.910.360.73
HSL323.44º84.21%14.9%-
HSV(B)323.44º91.43%27.45%-
XYZ3.061.622.63-
YUV29.58136.7156.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=57.85%
G=4.96%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064500.910.360.73323.4484.2114.9
Hex4662D05B244914354f
Octal10665501334411150312417
Binary100011011010110101011011100100100100110100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46062D; }

 p { color: rgb(70,6,45); }

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

<style>
 a { background-color: #46062D; }

 a { background-color: rgb(70,6,45); }

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

<style>
 span { border-color: #46062D; }

 span { border-color: rgb(70,6,45); }

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