Html Css Color HEX #2F3944 Licorice

📋 copy color: '#2F3944'

red 47 ◦ green 57 ◦ blue 68

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

Shades of Licorice #2F3944

Tints of Licorice #2F3944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.53%

R = 27.33%
G = 33.14%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2F3944 (or 0x2F3944) is known color: Licorice. HEX triplet: 2F, 39 and 44. RGB value is (47,57,68). Sum of RGB (Red+Green+Blue) = 47+57+68=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #2F3944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3944 is #D0C6BB. Grayscale: #373737. Windows color (decimal): -13682364 or 4471087. OLE color: 4471087.

HSL color Cylindrical-coordinate representation of color #2F3944: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F3944 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 57 68 -
CMYK 0.31 0.16 0 0.73
HSL 211.43º 0.18% 0.23% -
HSV(B) 211.43º 0.31% 0.27% -
XYZ 3.68 3.95 6.04 -
YUV 55.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 47 57 68 0.31 0.16 0 0.73 211.43 0.18 0.23
Hex 2F 39 44 1F 10 0 49 D3 12 17
Octal 57 71 104 37 20 0 111 323 22 27
Binary 101111 111001 1000100 11111 10000 0 1001001 11010011 10010 10111

Color Harmonies of #2F3944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3944

Black with #2F3944

Text Example


Text Example

White with #2F3944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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