Html Css Color HEX #2F394A Licorice

📋 copy color: '#2F394A'

red 47 ◦ green 57 ◦ blue 74

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

Shades of Licorice #2F394A

Tints of Licorice #2F394A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 26.4%
G = 32.02%
B = 41.57%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F394A (or 0x2F394A) is known color: Licorice. HEX triplet: 2F, 39 and 4A. RGB value is (47,57,74). Sum of RGB (Red+Green+Blue) = 47+57+74=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F394A is #D0C6B5. Grayscale: #373737. Windows color (decimal): -13682358 or 4864303. OLE color: 4864303.

HSL color Cylindrical-coordinate representation of color #2F394A: hue angle of 217.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F394A is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 57 74 -
CMYK 0.36 0.23 0 0.71
HSL 217.78º 0.22% 0.24% -
HSV(B) 217.78º 0.36% 0.29% -
XYZ 3.87 4.03 7.05 -
YUV 55.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 47 57 74 0.36 0.23 0 0.71 217.78 0.22 0.24
Hex 2F 39 4A 24 17 0 47 DA 16 18
Octal 57 71 112 44 27 0 107 332 26 30
Binary 101111 111001 1001010 100100 10111 0 1000111 11011010 10110 11000

Color Harmonies of #2F394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F394A

Black with #2F394A

Text Example


Text Example

White with #2F394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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