#460820

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

Shades of Blackberry #460820

Tints of Blackberry #460820

Color information

#460820 (or 0x460820) is unknown color: approx Blackberry. HEX triplet: 46, 08 and 20. RGB value is (70,8,32). Sum of RGB (Red+Green+Blue) = 70+8+32=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460820 is #B9F7DF. Grayscale: #1D1D1D. Windows color (decimal): -12187616 or 2099270. OLE color: 2099270.

HSL color Cylindrical-coordinate representation of color #460820: hue angle of 336.77º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460820 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB70832-
CMYK00.890.540.73
HSL336.77º79.49%15.29%-
HSV(B)336.77º88.57%27.45%-
XYZ2.871.581.52-
YUV29.27129.54157.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=63.64%
G=7.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7083200.890.540.73336.7779.4915.29
Hex4682005936491514ff
Octal106104001316611152111717
Binary1000110100010000001011001110110100100110101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460820; }

 p { color: rgb(70,8,32); }

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

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

 a { background-color: rgb(70,8,32); }

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

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

 span { border-color: rgb(70,8,32); }

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