#460621

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

Shades of Blackberry #460621

Tints of Blackberry #460621

Color information

#460621 (or 0x460621) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 21. RGB value is (70,6,33). Sum of RGB (Red+Green+Blue) = 70+6+33=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #460621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460621 is #B9F9DE. Grayscale: #1C1C1C. Windows color (decimal): -12188127 or 2164294. OLE color: 2164294.

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

Color convert

RGB70633-
CMYK00.910.530.73
HSL334.69º84.21%14.9%-
HSV(B)334.69º91.43%27.45%-
XYZ2.871.541.59-
YUV28.21130.7157.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=64.22%
G=5.50%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7063300.910.530.73334.6984.2114.9
Hex4662105B354914f54f
Octal10664101336511151712417
Binary100011011010000101011011110101100100110100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460621; }

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

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

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

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

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

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

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

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