Html Css Color HEX #34394C Licorice

📋 copy color: '#34394C'

red 52 ◦ green 57 ◦ blue 76

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

Shades of Licorice #34394C

Tints of Licorice #34394C

RGB

 RED value IS 52 (20.7% from 255) = 28.11%

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

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

R = 28.11%
G = 30.81%
B = 41.08%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34394C (or 0x34394C) is known color: Licorice. HEX triplet: 34, 39 and 4C. RGB value is (52,57,76). Sum of RGB (Red+Green+Blue) = 52+57+76=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #34394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34394C is #CBC6B3. Grayscale: #393939. Windows color (decimal): -13354676 or 4995380. OLE color: 4995380.

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

Color convert

RGB 52 57 76 -
CMYK 0.32 0.25 0 0.70
HSL 227.5º 0.19% 0.25% -
HSV(B) 227.5º 0.32% 0.3% -
XYZ 4.18 4.18 7.42 -
YUV 57.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 52 57 76 0.32 0.25 0 0.70 227.5 0.19 0.25
Hex 34 39 4C 20 19 0 46 E4 13 19
Octal 64 71 114 40 31 0 106 344 23 31
Binary 110100 111001 1001100 100000 11001 0 1000110 11100100 10011 11001

Color Harmonies of #34394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34394C

Black with #34394C

Text Example


Text Example

White with #34394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34394C; }

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

 H1.HeaderClassName
 {
   color: #34394C;
 }
 .AnyTagClassName
 {
   color: #34394C;
 }
</style>

background-color css

<style>
 a { background-color: #34394C; }

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

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

border-color css

<style>
 span { border-color: #34394C; }

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

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