#34394B

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

Shades of Licorice #34394B

Tints of Licorice #34394B

Color information

#34394B (or 0x34394B) is unknown color: approx Licorice. HEX triplet: 34, 39 and 4B. RGB value is (52,57,75). Sum of RGB (Red+Green+Blue) = 52+57+75=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #34394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34394B is #CBC6B4. Grayscale: #393939. Windows color (decimal): -13354677 or 4929844. OLE color: 4929844.

HSL color Cylindrical-coordinate representation of color #34394B: hue angle of 226.96º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34394B is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525775-
CMYK0.310.2400.71
HSL226.96º18.11%24.9%-
HSV(B)226.96º30.67%29.41%-
XYZ4.154.167.24-
YUV57.56137.84124.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=28.26%
G=30.98%
B=40.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5257750.310.2400.71226.9618.1124.9
Hex34394B1F18047e31219
Octal6471113373001073432231
Binary1101001110011001011111111100001000111111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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