#46072E

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

Shades of Blackberry #46072E

Tints of Blackberry #46072E

Color information

#46072E (or 0x46072E) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 2E. RGB value is (70,7,46). Sum of RGB (Red+Green+Blue) = 70+7+46=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #46072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46072E is #B9F8D1. Grayscale: #1E1E1E. Windows color (decimal): -12187858 or 3016518. OLE color: 3016518.

HSL color Cylindrical-coordinate representation of color #46072E: hue angle of 322.86º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46072E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB70746-
CMYK00.900.340.73
HSL322.86º81.82%15.1%-
HSV(B)322.86º90%27.45%-
XYZ3.091.652.74-
YUV30.28136.87156.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=56.91%
G=5.69%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7074600.900.340.73322.8681.8215.1
Hex4672E05A224914352f
Octal10675601324211150312217
Binary100011011110111001011010100010100100110100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46072E; }

 p { color: rgb(70,7,46); }

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

<style>
 a { background-color: #46072E; }

 a { background-color: rgb(70,7,46); }

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

<style>
 span { border-color: #46072E; }

 span { border-color: rgb(70,7,46); }

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