#460831

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

Shades of Blackberry #460831

Tints of Blackberry #460831

Color information

#460831 (or 0x460831) is unknown color: approx Blackberry. HEX triplet: 46, 08 and 31. RGB value is (70,8,49). Sum of RGB (Red+Green+Blue) = 70+8+49=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460831 is #B9F7CE. Grayscale: #1F1F1F. Windows color (decimal): -12187599 or 3213382. OLE color: 3213382.

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

Color convert

RGB70849-
CMYK00.890.300.73
HSL320.32º79.49%15.29%-
HSV(B)320.32º88.57%27.45%-
XYZ3.171.73.07-
YUV31.21138.04155.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=55.12%
G=6.30%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7084900.890.300.73320.3279.4915.29
Hex468310591E491404ff
Octal106106101313611150011717
Binary100011010001100010101100111110100100110100000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460831; }

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

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

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

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

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

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

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

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