#310B1B

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

Shades of Blackberry #310B1B

Tints of Blackberry #310B1B

Color information

#310B1B (or 0x310B1B) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 1B. RGB value is (49,11,27). Sum of RGB (Red+Green+Blue) = 49+11+27=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1B is #CEF4E4. Grayscale: #181818. Windows color (decimal): -13563109 or 1772337. OLE color: 1772337.

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

Color convert

RGB491127-
CMYK00.780.450.81
HSL334.74º63.33%11.76%-
HSV(B)334.74º77.55%19.22%-
XYZ1.580.971.14-
YUV24.19129.59145.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 11 (4.69% from 255) = 12.64%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=56.32%
G=12.64%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49112700.780.450.81334.7463.3311.76
Hex31B1B04E2D5114f3fc
Octal6113330116551215177714
Binary1100011011110110100111010110110100011010011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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