#31394B

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

Shades of Licorice #31394B

Tints of Licorice #31394B

Color information

#31394B (or 0x31394B) is unknown color: approx Licorice. HEX triplet: 31, 39 and 4B. RGB value is (49,57,75). Sum of RGB (Red+Green+Blue) = 49+57+75=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #31394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31394B is #CEC6B4. Grayscale: #383838. Windows color (decimal): -13551285 or 4929841. OLE color: 4929841.

HSL color Cylindrical-coordinate representation of color #31394B: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31394B is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB495775-
CMYK0.350.2400.71
HSL221.54º20.97%24.31%-
HSV(B)221.54º34.67%29.41%-
XYZ44.097.23-
YUV56.66138.35122.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=27.07%
G=31.49%
B=41.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4957750.350.2400.71221.5420.9724.31
Hex31394B2318047de1518
Octal6171113433001073362530
Binary11000111100110010111000111100001000111110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31394B; }

 p { color: rgb(49,57,75); }

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

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

 a { background-color: rgb(49,57,75); }

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

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

 span { border-color: rgb(49,57,75); }

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