#31071B

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

Shades of Blackberry #31071B

Tints of Blackberry #31071B

Color information

#31071B (or 0x31071B) is unknown color: approx Blackberry. HEX triplet: 31, 07 and 1B. RGB value is (49,7,27). Sum of RGB (Red+Green+Blue) = 49+7+27=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31071B is #CEF8E4. Grayscale: #151515. Windows color (decimal): -13564133 or 1771313. OLE color: 1771313.

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

Color convert

RGB49727-
CMYK00.860.450.81
HSL331.43º75%10.98%-
HSV(B)331.43º85.71%19.22%-
XYZ1.540.881.13-
YUV21.84130.91147.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=59.04%
G=8.43%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972700.860.450.81331.437510.98
Hex3171B0562D5114b4bb
Octal6173301265512151311313
Binary1100011111101101010110101101101000110100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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