#311B44

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

Shades of Blackcurrant #311B44

Tints of Blackcurrant #311B44

Color information

#311B44 (or 0x311B44) is unknown color: approx Blackcurrant. HEX triplet: 31, 1B and 44. RGB value is (49,27,68). Sum of RGB (Red+Green+Blue) = 49+27+68=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #311B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B44 is #CEE4BB. Grayscale: #262626. Windows color (decimal): -13558972 or 4463409. OLE color: 4463409.

HSL color Cylindrical-coordinate representation of color #311B44: hue angle of 272.2º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #311B44 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB492768-
CMYK0.280.6000.73
HSL272.2º43.16%18.63%-
HSV(B)272.2º60.29%26.67%-
XYZ2.71.855.68-
YUV38.25144.79135.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=34.03%
G=18.75%
B=47.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4927680.280.6000.73272.243.1618.63
Hex311B441C3C0491102b13
Octal6133104347401114205323
Binary110001110111000100111001111000100100110001000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B44; }

 p { color: rgb(49,27,68); }

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

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

 a { background-color: rgb(49,27,68); }

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

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

 span { border-color: rgb(49,27,68); }

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