#310D1D

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

Shades of Blackberry #310D1D

Tints of Blackberry #310D1D

Color information

#310D1D (or 0x310D1D) is unknown color: approx Blackberry. HEX triplet: 31, 0D and 1D. RGB value is (49,13,29). Sum of RGB (Red+Green+Blue) = 49+13+29=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D1D is #CEF2E2. Grayscale: #191919. Windows color (decimal): -13562595 or 1903921. OLE color: 1903921.

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

Color convert

RGB491329-
CMYK00.730.410.81
HSL333.33º58.06%12.16%-
HSV(B)333.33º73.47%19.22%-
XYZ1.631.031.28-
YUV25.59129.93144.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=53.85%
G=14.29%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49132900.730.410.81333.3358.0612.16
Hex31D1D049295114d3ac
Octal6115350111511215157214
Binary1100011101111010100100110100110100011010011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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