#460524

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

Shades of Blackberry #460524

Tints of Blackberry #460524

Color information

#460524 (or 0x460524) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 24. RGB value is (70,5,36). Sum of RGB (Red+Green+Blue) = 70+5+36=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #460524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460524 is #B9FADB. Grayscale: #1B1B1B. Windows color (decimal): -12188380 or 2360646. OLE color: 2360646.

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

Color convert

RGB70536-
CMYK00.930.490.73
HSL331.38º86.67%14.71%-
HSV(B)331.38º92.86%27.45%-
XYZ2.91.541.81-
YUV27.97132.53157.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=63.06%
G=4.50%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053600.930.490.73331.3886.6714.71
Hex4652405D314914b57f
Octal10654401356111151312717
Binary100011010110010001011101110001100100110100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460524; }

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

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

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

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

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

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

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

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