#460832

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

Shades of Blackberry #460832

Tints of Blackberry #460832

Color information

#460832 (or 0x460832) is unknown color: approx Blackberry. HEX triplet: 46, 08 and 32. RGB value is (70,8,50). Sum of RGB (Red+Green+Blue) = 70+8+50=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460832 is #B9F7CD. Grayscale: #1F1F1F. Windows color (decimal): -12187598 or 3278918. OLE color: 3278918.

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

Color convert

RGB70850-
CMYK00.890.290.73
HSL319.35º79.49%15.29%-
HSV(B)319.35º88.57%27.45%-
XYZ3.191.713.18-
YUV31.33138.54155.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=54.69%
G=6.25%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7085000.890.290.73319.3579.4915.29
Hex468320591D4913f4ff
Octal106106201313511147711717
Binary100011010001100100101100111101100100110011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460832; }

 p { color: rgb(70,8,50); }

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

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

 a { background-color: rgb(70,8,50); }

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

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

 span { border-color: rgb(70,8,50); }

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