#343945

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

Shades of Licorice #343945

Tints of Licorice #343945

Color information

#343945 (or 0x343945) is unknown color: approx Licorice. HEX triplet: 34, 39 and 45. RGB value is (52,57,69). Sum of RGB (Red+Green+Blue) = 52+57+69=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #343945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343945 is #CBC6BA. Grayscale: #383838. Windows color (decimal): -13354683 or 4536628. OLE color: 4536628.

HSL color Cylindrical-coordinate representation of color #343945: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #343945 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB525769-
CMYK0.250.1700.73
HSL222.35º14.05%23.73%-
HSV(B)222.35º24.64%27.06%-
XYZ3.954.096.21-
YUV56.87134.84124.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=29.21%
G=32.02%
B=38.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5257690.250.1700.73222.3514.0523.73
Hex3439451911049dee18
Octal6471105312101113361630
Binary110100111001100010111001100010100100111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343945; }

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

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

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

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

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

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

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

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