#460B21

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

Shades of Blackberry #460B21

Tints of Blackberry #460B21

Color information

#460B21 (or 0x460B21) is unknown color: approx Blackberry. HEX triplet: 46, 0B and 21. RGB value is (70,11,33). Sum of RGB (Red+Green+Blue) = 70+11+33=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #460B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B21 is #B9F4DE. Grayscale: #1F1F1F. Windows color (decimal): -12186847 or 2165574. OLE color: 2165574.

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

Color convert

RGB701133-
CMYK00.840.530.73
HSL337.63º72.84%15.88%-
HSV(B)337.63º84.29%27.45%-
XYZ2.921.651.6-
YUV31.15129.05155.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=61.40%
G=9.65%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70113300.840.530.73337.6372.8415.88
Hex46B2105435491524910
Octal106134101246511152211120
Binary10001101011100001010101001101011001001101010010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B21; }

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

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

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

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

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

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

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

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