#460720

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

Shades of Blackberry #460720

Tints of Blackberry #460720

Color information

#460720 (or 0x460720) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 20. RGB value is (70,7,32). Sum of RGB (Red+Green+Blue) = 70+7+32=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #460720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460720 is #B9F8DF. Grayscale: #1C1C1C. Windows color (decimal): -12187872 or 2099014. OLE color: 2099014.

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

Color convert

RGB70732-
CMYK00.900.540.73
HSL336.19º81.82%15.1%-
HSV(B)336.19º90%27.45%-
XYZ2.861.561.52-
YUV28.69129.87157.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=64.22%
G=6.42%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7073200.900.540.73336.1981.8215.1
Hex4672005A364915052f
Octal10674001326611152012217
Binary100011011110000001011010110110100100110101000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460720; }

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

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

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

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

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

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

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

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