#310B27

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

Shades of Blackberry #310B27

Tints of Blackberry #310B27

Color information

#310B27 (or 0x310B27) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 27. RGB value is (49,11,39). Sum of RGB (Red+Green+Blue) = 49+11+39=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #310B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B27 is #CEF4D8. Grayscale: #191919. Windows color (decimal): -13563097 or 2558769. OLE color: 2558769.

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

Color convert

RGB491139-
CMYK00.780.200.81
HSL315.79º63.33%11.76%-
HSV(B)315.79º77.55%19.22%-
XYZ1.751.042.03-
YUV25.55135.59144.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=49.49%
G=11.11%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113900.780.200.81315.7963.3311.76
Hex31B2704E145113c3fc
Octal6113470116241214747714
Binary1100011011100111010011101010010100011001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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