#460224

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

Shades of Blackberry #460224

Tints of Blackberry #460224

Color information

#460224 (or 0x460224) is unknown color: approx Blackberry. HEX triplet: 46, 02 and 24. RGB value is (70,2,36). Sum of RGB (Red+Green+Blue) = 70+2+36=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460224 is #B9FDDB. Grayscale: #1A1A1A. Windows color (decimal): -12189148 or 2359878. OLE color: 2359878.

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

Color convert

RGB70236-
CMYK00.970.490.73
HSL330º94.44%14.12%-
HSV(B)330º97.14%27.45%-
XYZ2.871.471.8-
YUV26.21133.53159.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=64.81%
G=1.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7023600.970.490.7333094.4414.12
Hex46224061314914a5ee
Octal10624401416111151213616
Binary10001101010010001100001110001100100110100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460224; }

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

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

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

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

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

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

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

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