#310B1F

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

Shades of Blackberry #310B1F

Tints of Blackberry #310B1F

Color information

#310B1F (or 0x310B1F) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 1F. RGB value is (49,11,31). Sum of RGB (Red+Green+Blue) = 49+11+31=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1F is #CEF4E0. Grayscale: #181818. Windows color (decimal): -13563105 or 2034481. OLE color: 2034481.

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

Color convert

RGB491131-
CMYK00.780.370.81
HSL328.42º63.33%11.76%-
HSV(B)328.42º77.55%19.22%-
XYZ1.630.991.4-
YUV24.64131.59145.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=53.85%
G=12.09%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113100.780.370.81328.4263.3311.76
Hex31B1F04E25511483fc
Octal6113370116451215107714
Binary1100011011111110100111010010110100011010010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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