Html Css Color HEX #2F394C Licorice

📋 copy color: '#2F394C'

red 47 ◦ green 57 ◦ blue 76

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

Shades of Licorice #2F394C

Tints of Licorice #2F394C

RGB

 RED value IS 47 (18.75% from 255) = 26.11%

 GREEN value IS 57 (22.66% from 255) = 31.67%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 26.11%
G = 31.67%
B = 42.22%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F394C (or 0x2F394C) is known color: Licorice. HEX triplet: 2F, 39 and 4C. RGB value is (47,57,76). Sum of RGB (Red+Green+Blue) = 47+57+76=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F394C is #D0C6B3. Grayscale: #383838. Windows color (decimal): -13682356 or 4995375. OLE color: 4995375.

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

Color convert

RGB 47 57 76 -
CMYK 0.38 0.25 0 0.70
HSL 219.31º 0.24% 0.24% -
HSV(B) 219.31º 0.38% 0.3% -
XYZ 3.94 4.05 7.41 -
YUV 56.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 47 57 76 0.38 0.25 0 0.70 219.31 0.24 0.24
Hex 2F 39 4C 26 19 0 46 DB 18 18
Octal 57 71 114 46 31 0 106 333 30 30
Binary 101111 111001 1001100 100110 11001 0 1000110 11011011 11000 11000

Color Harmonies of #2F394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F394C

Black with #2F394C

Text Example


Text Example

White with #2F394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F394C;
 }
 .AnyTagClassName
 {
   color: #2F394C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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