#310B1D

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

Shades of Blackberry #310B1D

Tints of Blackberry #310B1D

Color information

#310B1D (or 0x310B1D) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 1D. RGB value is (49,11,29). Sum of RGB (Red+Green+Blue) = 49+11+29=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1D is #CEF4E2. Grayscale: #181818. Windows color (decimal): -13563107 or 1903409. OLE color: 1903409.

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

Color convert

RGB491129-
CMYK00.780.410.81
HSL331.58º63.33%11.76%-
HSV(B)331.58º77.55%19.22%-
XYZ1.610.981.27-
YUV24.41130.59145.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=55.06%
G=12.36%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49112900.780.410.81331.5863.3311.76
Hex31B1D04E295114c3fc
Octal6113350116511215147714
Binary1100011011111010100111010100110100011010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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