#310B1E

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

Shades of Blackberry #310B1E

Tints of Blackberry #310B1E

Color information

#310B1E (or 0x310B1E) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 1E. RGB value is (49,11,30). Sum of RGB (Red+Green+Blue) = 49+11+30=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1E is #CEF4E1. Grayscale: #181818. Windows color (decimal): -13563106 or 1968945. OLE color: 1968945.

HSL color Cylindrical-coordinate representation of color #310B1E: hue angle of 330º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B1E is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB491130-
CMYK00.780.390.81
HSL330º63.33%11.76%-
HSV(B)330º77.55%19.22%-
XYZ1.620.991.33-
YUV24.53131.09145.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=54.44%
G=12.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113000.780.390.8133063.3311.76
Hex31B1E04E275114a3fc
Octal6113360116471215127714
Binary1100011011111100100111010011110100011010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310B1E; }

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

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

<style>
 a { background-color: #310B1E; }

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

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

<style>
 span { border-color: #310B1E; }

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

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