#460529

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

Shades of Blackberry #460529

Tints of Blackberry #460529

Color information

#460529 (or 0x460529) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 29. RGB value is (70,5,41). Sum of RGB (Red+Green+Blue) = 70+5+41=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #460529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460529 is #B9FAD6. Grayscale: #1C1C1C. Windows color (decimal): -12188375 or 2688326. OLE color: 2688326.

HSL color Cylindrical-coordinate representation of color #460529: hue angle of 326.77º 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 #460529 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB70541-
CMYK00.930.410.73
HSL326.77º86.67%14.71%-
HSV(B)326.77º92.86%27.45%-
XYZ2.981.572.24-
YUV28.54135.03157.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=60.34%
G=4.31%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054100.930.410.73326.7786.6714.71
Hex4652905D294914757f
Octal10655101355111150712717
Binary100011010110100101011101101001100100110100011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460529; }

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

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

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

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

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

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

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

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