Html Css Color HEX #353945 Licorice

📋 copy color: '#353945'

red 53 ◦ green 57 ◦ blue 69

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

Shades of Licorice #353945

Tints of Licorice #353945

RGB

 RED value IS 53 (21.09% from 255) = 29.61%

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

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 29.61%
G = 31.84%
B = 38.55%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353945 (or 0x353945) is known color: Licorice. HEX triplet: 35, 39 and 45. RGB value is (53,57,69). Sum of RGB (Red+Green+Blue) = 53+57+69=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #353945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353945 is #CAC6BA. Grayscale: #393939. Windows color (decimal): -13289147 or 4536629. OLE color: 4536629.

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

Color convert

RGB 53 57 69 -
CMYK 0.23 0.17 0 0.73
HSL 225º 0.13% 0.24% -
HSV(B) 225º 0.23% 0.27% -
XYZ 4.01 4.11 6.21 -
YUV 57.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 53 57 69 0.23 0.17 0 0.73 225 0.13 0.24
Hex 35 39 45 17 11 0 49 E1 D 18
Octal 65 71 105 27 21 0 111 341 15 30
Binary 110101 111001 1000101 10111 10001 0 1001001 11100001 1101 11000

Color Harmonies of #353945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353945

Black with #353945

Text Example


Text Example

White with #353945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353945; }

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

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

background-color css

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

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

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

border-color css

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

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

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