Html Css Color HEX #353947 Licorice

📋 copy color: '#353947'

red 53 ◦ green 57 ◦ blue 71

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

Shades of Licorice #353947

Tints of Licorice #353947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 29.28%
G = 31.49%
B = 39.23%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353947 (or 0x353947) is known color: Licorice. HEX triplet: 35, 39 and 47. RGB value is (53,57,71). Sum of RGB (Red+Green+Blue) = 53+57+71=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #353947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353947 is #CAC6B8. Grayscale: #393939. Windows color (decimal): -13289145 or 4667701. OLE color: 4667701.

HSL color Cylindrical-coordinate representation of color #353947: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353947 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 57 71 -
CMYK 0.25 0.20 0 0.72
HSL 226.67º 0.15% 0.24% -
HSV(B) 226.67º 0.25% 0.28% -
XYZ 4.07 4.14 6.55 -
YUV 57.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 53 57 71 0.25 0.20 0 0.72 226.67 0.15 0.24
Hex 35 39 47 19 14 0 48 E3 F 18
Octal 65 71 107 31 24 0 110 343 17 30
Binary 110101 111001 1000111 11001 10100 0 1001000 11100011 1111 11000

Color Harmonies of #353947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353947

Black with #353947

Text Example


Text Example

White with #353947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353947; }

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

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

background-color css

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

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

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

border-color css

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

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

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