#310B1C

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

Shades of Blackberry #310B1C

Tints of Blackberry #310B1C

Color information

#310B1C (or 0x310B1C) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 1C. RGB value is (49,11,28). Sum of RGB (Red+Green+Blue) = 49+11+28=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1C is #CEF4E3. Grayscale: #181818. Windows color (decimal): -13563108 or 1837873. OLE color: 1837873.

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

Color convert

RGB491128-
CMYK00.780.430.81
HSL333.16º63.33%11.76%-
HSV(B)333.16º77.55%19.22%-
XYZ1.60.981.2-
YUV24.3130.09145.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=55.68%
G=12.5%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49112800.780.430.81333.1663.3311.76
Hex31B1C04E2B5114d3fc
Octal6113340116531215157714
Binary1100011011111000100111010101110100011010011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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