#460F31

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

Shades of Blackberry #460F31

Tints of Blackberry #460F31

Color information

#460F31 (or 0x460F31) is unknown color: approx Blackberry. HEX triplet: 46, 0F and 31. RGB value is (70,15,49). Sum of RGB (Red+Green+Blue) = 70+15+49=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #460F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F31 is #B9F0CE. Grayscale: #232323. Windows color (decimal): -12185807 or 3215174. OLE color: 3215174.

HSL color Cylindrical-coordinate representation of color #460F31: hue angle of 322.91º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F31 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB701549-
CMYK00.790.300.73
HSL322.91º64.71%16.67%-
HSV(B)322.91º78.57%27.45%-
XYZ3.251.873.09-
YUV35.32135.72152.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=52.24%
G=11.19%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70154900.790.300.73322.9164.7116.67
Hex46F3104F1E491434111
Octal106176101173611150310121
Binary1000110111111000101001111111101001001101000011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F31; }

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

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

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

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

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

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

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

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