#2F3947

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

Shades of Licorice #2F3947

Tints of Licorice #2F3947

Color information

#2F3947 (or 0x2F3947) is unknown color: approx Licorice. HEX triplet: 2F, 39 and 47. RGB value is (47,57,71). Sum of RGB (Red+Green+Blue) = 47+57+71=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F3947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3947 is #D0C6B8. Grayscale: #373737. Windows color (decimal): -13682361 or 4667695. OLE color: 4667695.

HSL color Cylindrical-coordinate representation of color #2F3947: hue angle of 215º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F3947 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB475771-
CMYK0.340.2000.72
HSL215º20.34%23.14%-
HSV(B)215º33.8%27.84%-
XYZ3.773.996.53-
YUV55.61136.69121.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=26.86%
G=32.57%
B=40.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4757710.340.2000.7221520.3423.14
Hex2F39472214048d71417
Octal5771107422401103272427
Binary10111111100110001111000101010001001000110101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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