#46072B

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

Shades of Blackberry #46072B

Tints of Blackberry #46072B

Color information

#46072B (or 0x46072B) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 2B. RGB value is (70,7,43). Sum of RGB (Red+Green+Blue) = 70+7+43=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46072B is #B9F8D4. Grayscale: #1D1D1D. Windows color (decimal): -12187861 or 2819910. OLE color: 2819910.

HSL color Cylindrical-coordinate representation of color #46072B: hue angle of 325.71º 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 #46072B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB70743-
CMYK00.900.390.73
HSL325.71º81.82%15.1%-
HSV(B)325.71º90%27.45%-
XYZ3.041.632.44-
YUV29.94135.37156.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=58.33%
G=5.83%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7074300.900.390.73325.7181.8215.1
Hex4672B05A274914652f
Octal10675301324711150612217
Binary100011011110101101011010100111100100110100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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