#460721

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

Shades of Blackberry #460721

Tints of Blackberry #460721

Color information

#460721 (or 0x460721) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 21. RGB value is (70,7,33). Sum of RGB (Red+Green+Blue) = 70+7+33=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460721 is #B9F8DE. Grayscale: #1C1C1C. Windows color (decimal): -12187871 or 2164550. OLE color: 2164550.

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

Color convert

RGB70733-
CMYK00.900.530.73
HSL335.24º81.82%15.1%-
HSV(B)335.24º90%27.45%-
XYZ2.881.561.59-
YUV28.8130.37157.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 33 (13.28% from 255) = 30%
R=63.64%
G=6.36%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7073300.900.530.73335.2481.8215.1
Hex4672105A354914f52f
Octal10674101326511151712217
Binary100011011110000101011010110101100100110100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460721; }

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

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

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

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

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

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

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

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