Html Css Color HEX #2F394D Licorice

📋 copy color: '#2F394D'

red 47 ◦ green 57 ◦ blue 77

#2F394D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #2F394D

Tints of Licorice #2F394D

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 value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F394D (or 0x2F394D) is known color: 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

RGB 47 57 77 -
CMYK 0.39 0.26 0 0.70
HSL 220º 0.24% 0.24% -
HSV(B) 220º 0.39% 0.3% -
XYZ 3.97 4.07 7.6 -
YUV 56.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 47 57 77 0.39 0.26 0 0.70 220 0.24 0.24
Hex 2F 39 4D 27 1A 0 46 DC 18 18
Octal 57 71 115 47 32 0 106 334 30 30
Binary 101111 111001 1001101 100111 11010 0 1000110 11011100 11000 11000

Color Harmonies of #2F394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F394D

Black with #2F394D

Text Example


Text Example

White with #2F394D

Text Example


Text Example

HTML Codes & Css Web 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>