Html Css Color HEX #353948 Licorice

📋 copy color: '#353948'

red 53 ◦ green 57 ◦ blue 72

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

Shades of Licorice #353948

Tints of Licorice #353948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 29.12%
G = 31.32%
B = 39.56%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353948 (or 0x353948) is known color: Licorice. HEX triplet: 35, 39 and 48. RGB value is (53,57,72). Sum of RGB (Red+Green+Blue) = 53+57+72=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #353948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353948 is #CAC6B7. Grayscale: #393939. Windows color (decimal): -13289144 or 4733237. OLE color: 4733237.

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

Color convert

RGB 53 57 72 -
CMYK 0.26 0.21 0 0.72
HSL 227.37º 0.15% 0.25% -
HSV(B) 227.37º 0.26% 0.28% -
XYZ 4.1 4.15 6.72 -
YUV 57.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 53 57 72 0.26 0.21 0 0.72 227.37 0.15 0.25
Hex 35 39 48 1A 15 0 48 E3 F 19
Octal 65 71 110 32 25 0 110 343 17 31
Binary 110101 111001 1001000 11010 10101 0 1001000 11100011 1111 11001

Color Harmonies of #353948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353948

Black with #353948

Text Example


Text Example

White with #353948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353948; }

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

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

background-color css

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

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

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

border-color css

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

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

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