#31011E

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

Shades of Blackberry #31011E

Tints of Blackberry #31011E

Color information

#31011E (or 0x31011E) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 1E. RGB value is (49,1,30). Sum of RGB (Red+Green+Blue) = 49+1+30=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31011E is #CEFEE1. Grayscale: #121212. Windows color (decimal): -13565666 or 1966385. OLE color: 1966385.

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

Color convert

RGB49130-
CMYK00.980.390.81
HSL323.75º96%9.8%-
HSV(B)323.75º97.96%19.22%-
XYZ1.510.771.3-
YUV18.66134.4149.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=61.25%
G=1.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913000.980.390.81323.75969.8
Hex3111E062275114460a
Octal6113601424712150414012
Binary11000111111001100010100111101000110100010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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