#2F374D

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

Shades of Licorice #2F374D

Tints of Licorice #2F374D

Color information

#2F374D (or 0x2F374D) is unknown color: approx Licorice. HEX triplet: 2F, 37 and 4D. RGB value is (47,55,77). Sum of RGB (Red+Green+Blue) = 47+55+77=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F374D is #D0C8B2. Grayscale: #373737. Windows color (decimal): -13682867 or 5060399. OLE color: 5060399.

HSL color Cylindrical-coordinate representation of color #2F374D: hue angle of 224º 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 #2F374D is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB475577-
CMYK0.390.2900.70
HSL224º24.19%24.31%-
HSV(B)224º38.96%30.2%-
XYZ3.883.877.56-
YUV55.12140.35122.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=26.26%
G=30.73%
B=43.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4755770.390.2900.7022424.1924.31
Hex2F374D271D046e01818
Octal5767115473501063403030
Binary10111111011110011011001111110101000110111000001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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