#2F394E

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

Shades of Licorice #2F394E

Tints of Licorice #2F394E

Color information

#2F394E (or 0x2F394E) is unknown color: approx Licorice. HEX triplet: 2F, 39 and 4E. RGB value is (47,57,78). Sum of RGB (Red+Green+Blue) = 47+57+78=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F394E is #D0C6B1. Grayscale: #383838. Windows color (decimal): -13682354 or 5126447. OLE color: 5126447.

HSL color Cylindrical-coordinate representation of color #2F394E: hue angle of 220.65º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F394E is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB475778-
CMYK0.400.2700.69
HSL220.65º24.8%24.51%-
HSV(B)220.65º39.74%30.59%-
XYZ4.014.087.78-
YUV56.4140.19121.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=25.82%
G=31.32%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4757780.400.2700.69220.6524.824.51
Hex2F394E281B045dd1919
Octal5771116503301053353131
Binary10111111100110011101010001101101000101110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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