#31071D

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

Shades of Blackberry #31071D

Tints of Blackberry #31071D

Color information

#31071D (or 0x31071D) is unknown color: approx Blackberry. HEX triplet: 31, 07 and 1D. RGB value is (49,7,29). Sum of RGB (Red+Green+Blue) = 49+7+29=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31071D is #CEF8E2. Grayscale: #161616. Windows color (decimal): -13564131 or 1902385. OLE color: 1902385.

HSL color Cylindrical-coordinate representation of color #31071D: hue angle of 328.57º 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 #31071D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB49729-
CMYK00.860.410.81
HSL328.57º75%10.98%-
HSV(B)328.57º85.71%19.22%-
XYZ1.560.891.25-
YUV22.07131.91147.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=57.65%
G=8.24%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972900.860.410.81328.577510.98
Hex3171D05629511494bb
Octal6173501265112151111313
Binary1100011111110101010110101001101000110100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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