#31031E

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

Shades of Blackberry #31031E

Tints of Blackberry #31031E

Color information

#31031E (or 0x31031E) is unknown color: approx Blackberry. HEX triplet: 31, 03 and 1E. RGB value is (49,3,30). Sum of RGB (Red+Green+Blue) = 49+3+30=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31031E is #CEFCE1. Grayscale: #131313. Windows color (decimal): -13565154 or 1966897. OLE color: 1966897.

HSL color Cylindrical-coordinate representation of color #31031E: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31031E is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB49330-
CMYK00.940.390.81
HSL324.78º88.46%10.2%-
HSV(B)324.78º93.88%19.22%-
XYZ1.530.811.3-
YUV19.83133.74148.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=59.76%
G=3.66%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933000.940.390.81324.7888.4610.2
Hex3131E05E275114558a
Octal6133601364712150513012
Binary110001111111001011110100111101000110100010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31031E; }

 p { color: rgb(49,3,30); }

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

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

 a { background-color: rgb(49,3,30); }

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

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

 span { border-color: rgb(49,3,30); }

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