#31071E

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

Shades of Blackberry #31071E

Tints of Blackberry #31071E

Color information

#31071E (or 0x31071E) is unknown color: approx Blackberry. HEX triplet: 31, 07 and 1E. RGB value is (49,7,30). Sum of RGB (Red+Green+Blue) = 49+7+30=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31071E is #CEF8E1. Grayscale: #161616. Windows color (decimal): -13564130 or 1967921. OLE color: 1967921.

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

Color convert

RGB49730-
CMYK00.860.390.81
HSL327.14º75%10.98%-
HSV(B)327.14º85.71%19.22%-
XYZ1.580.91.32-
YUV22.18132.41147.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=56.98%
G=8.14%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4973000.860.390.81327.147510.98
Hex3171E05627511474bb
Octal6173601264712150711313
Binary1100011111111001010110100111101000110100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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