#34394A

Color #34394A Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #34394A

Tints of Licorice #34394A

Color information

#34394A (or 0x34394A) is unknown color: approx Licorice. HEX triplet: 34, 39 and 4A. RGB value is (52,57,74). Sum of RGB (Red+Green+Blue) = 52+57+74=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #34394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34394A is #CBC6B5. Grayscale: #393939. Windows color (decimal): -13354678 or 4864308. OLE color: 4864308.

HSL color Cylindrical-coordinate representation of color #34394A: hue angle of 226.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #34394A is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525774-
CMYK0.300.2300.71
HSL226.36º17.46%24.71%-
HSV(B)226.36º29.73%29.02%-
XYZ4.124.157.06-
YUV57.44137.34124.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=28.42%
G=31.15%
B=40.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5257740.300.2300.71226.3617.4624.71
Hex34394A1E17047e21119
Octal6471112362701073422131
Binary1101001110011001010111101011101000111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34394A;
 }
 .AnyTagClassName
 {
   color: #34394A;
 }
</style>
background-color css

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

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

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

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

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

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