#460131

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

Shades of Blackberry #460131

Tints of Blackberry #460131

Color information

#460131 (or 0x460131) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 31. RGB value is (70,1,49). Sum of RGB (Red+Green+Blue) = 70+1+49=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #460131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460131 is #B9FECE. Grayscale: #1A1A1A. Windows color (decimal): -12189391 or 3211590. OLE color: 3211590.

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

Color convert

RGB70149-
CMYK00.990.300.73
HSL318.26º97.18%13.92%-
HSV(B)318.26º98.57%27.45%-
XYZ3.091.553.04-
YUV27.1140.36158.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=58.33%
G=0.83%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7014900.990.300.73318.2697.1813.92
Hex461310631E4913e61e
Octal10616101433611147614116
Binary100011011100010110001111110100100110011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460131; }

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

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

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

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

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

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

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

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