#310D1F

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

Shades of Blackberry #310D1F

Tints of Blackberry #310D1F

Color information

#310D1F (or 0x310D1F) is unknown color: approx Blackberry. HEX triplet: 31, 0D and 1F. RGB value is (49,13,31). Sum of RGB (Red+Green+Blue) = 49+13+31=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #310D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D1F is #CEF2E0. Grayscale: #191919. Windows color (decimal): -13562593 or 2034993. OLE color: 2034993.

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

Color convert

RGB491331-
CMYK00.730.370.81
HSL330º58.06%12.16%-
HSV(B)330º73.47%19.22%-
XYZ1.661.041.41-
YUV25.82130.93144.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=52.69%
G=13.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49133100.730.370.8133058.0612.16
Hex31D1F049255114a3ac
Octal6115370111451215127214
Binary1100011101111110100100110010110100011010010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,13,31); }

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

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

 a { background-color: rgb(49,13,31); }

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

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

 span { border-color: rgb(49,13,31); }

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