#310E27

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

Shades of Blackberry #310E27

Tints of Blackberry #310E27

Color information

#310E27 (or 0x310E27) is unknown color: approx Blackberry. HEX triplet: 31, 0E and 27. RGB value is (49,14,39). Sum of RGB (Red+Green+Blue) = 49+14+39=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #310E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E27 is #CEF1D8. Grayscale: #1B1B1B. Windows color (decimal): -13562329 or 2559537. OLE color: 2559537.

HSL color Cylindrical-coordinate representation of color #310E27: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E27 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB491439-
CMYK00.710.200.81
HSL317.14º55.56%12.35%-
HSV(B)317.14º71.43%19.22%-
XYZ1.791.112.04-
YUV27.32134.6143.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=48.04%
G=13.73%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49143900.710.200.81317.1455.5612.35
Hex31E27047145113d38c
Octal6116470107241214757014
Binary1100011110100111010001111010010100011001111011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,14,39); }

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

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

 a { background-color: rgb(49,14,39); }

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

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

 span { border-color: rgb(49,14,39); }

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