#311327

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

Shades of Blackberry #311327

Tints of Blackberry #311327

Color information

#311327 (or 0x311327) is unknown color: approx Blackberry. HEX triplet: 31, 13 and 27. RGB value is (49,19,39). Sum of RGB (Red+Green+Blue) = 49+19+39=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311327 is #CEECD8. Grayscale: #1E1E1E. Windows color (decimal): -13561049 or 2560817. OLE color: 2560817.

HSL color Cylindrical-coordinate representation of color #311327: hue angle of 320º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311327 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB491939-
CMYK00.610.200.81
HSL320º44.12%13.33%-
HSV(B)320º61.22%19.22%-
XYZ1.871.272.07-
YUV30.25132.94141.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=45.79%
G=17.76%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49193900.610.200.8132044.1213.33
Hex31132703D14511402cd
Octal612347075241215005415
Binary1100011001110011101111011010010100011010000001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311327; }

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

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

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

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

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

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

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

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