#460921

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

Shades of Blackberry #460921

Tints of Blackberry #460921

Color information

#460921 (or 0x460921) is unknown color: approx Blackberry. HEX triplet: 46, 09 and 21. RGB value is (70,9,33). Sum of RGB (Red+Green+Blue) = 70+9+33=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460921 is #B9F6DE. Grayscale: #1D1D1D. Windows color (decimal): -12187359 or 2165062. OLE color: 2165062.

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

Color convert

RGB70933-
CMYK00.870.530.73
HSL336.39º77.22%15.49%-
HSV(B)336.39º87.14%27.45%-
XYZ2.91.611.6-
YUV29.98129.71156.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=62.5%
G=8.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7093300.870.530.73336.3977.2215.49
Hex4692105735491504df
Octal106114101276511152011517
Binary1000110100110000101010111110101100100110101000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460921; }

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

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

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

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

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

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

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

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