#31031B

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

Shades of Blackberry #31031B

Tints of Blackberry #31031B

Color information

#31031B (or 0x31031B) is unknown color: approx Blackberry. HEX triplet: 31, 03 and 1B. RGB value is (49,3,27). Sum of RGB (Red+Green+Blue) = 49+3+27=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31031B is #CEFCE4. Grayscale: #131313. Windows color (decimal): -13565157 or 1770289. OLE color: 1770289.

HSL color Cylindrical-coordinate representation of color #31031B: hue angle of 328.7º 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 #31031B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB49327-
CMYK00.940.450.81
HSL328.7º88.46%10.2%-
HSV(B)328.7º93.88%19.22%-
XYZ1.50.81.11-
YUV19.49132.24149.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=62.03%
G=3.80%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932700.940.450.81328.788.4610.2
Hex3131B05E2D5114958a
Octal6133301365512151113012
Binary110001111101101011110101101101000110100100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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