#460424

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

Shades of Blackberry #460424

Tints of Blackberry #460424

Color information

#460424 (or 0x460424) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 24. RGB value is (70,4,36). Sum of RGB (Red+Green+Blue) = 70+4+36=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460424 is #B9FBDB. Grayscale: #1B1B1B. Windows color (decimal): -12188636 or 2360390. OLE color: 2360390.

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

Color convert

RGB70436-
CMYK00.940.490.73
HSL330.91º89.19%14.51%-
HSV(B)330.91º94.29%27.45%-
XYZ2.891.521.81-
YUV27.38132.87158.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=63.64%
G=3.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7043600.940.490.73330.9189.1914.51
Hex4642405E314914b59f
Octal10644401366111151313117
Binary100011010010010001011110110001100100110100101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460424; }

 p { color: rgb(70,4,36); }

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

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

 a { background-color: rgb(70,4,36); }

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

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

 span { border-color: rgb(70,4,36); }

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