#2F394D

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

Shades of Licorice #2F394D

Tints of Licorice #2F394D

Color information

#2F394D (or 0x2F394D) is unknown color: approx Licorice. HEX triplet: 2F, 39 and 4D. RGB value is (47,57,77). Sum of RGB (Red+Green+Blue) = 47+57+77=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F394D is #D0C6B2. Grayscale: #383838. Windows color (decimal): -13682355 or 5060911. OLE color: 5060911.

HSL color Cylindrical-coordinate representation of color #2F394D: hue angle of 220º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F394D is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB475777-
CMYK0.390.2600.70
HSL220º24.19%24.31%-
HSV(B)220º38.96%30.2%-
XYZ3.974.077.6-
YUV56.29139.69121.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=25.97%
G=31.49%
B=42.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4757770.390.2600.7022024.1924.31
Hex2F394D271A046dc1818
Octal5771115473201063343030
Binary10111111100110011011001111101001000110110111001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F394D; }

 p { color: rgb(47,57,77); }

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

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

 a { background-color: rgb(47,57,77); }

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

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

 span { border-color: rgb(47,57,77); }

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