Html Css Color HEX #353A48 Licorice

📋 copy color: '#353A48'

red 53 ◦ green 58 ◦ blue 72

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

Shades of Licorice #353A48

Tints of Licorice #353A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.69%

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

R = 28.96%
G = 31.69%
B = 39.34%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353A48 (or 0x353A48) is known color: Licorice. HEX triplet: 35, 3A and 48. RGB value is (53,58,72). Sum of RGB (Red+Green+Blue) = 53+58+72=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #353A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A48 is #CAC5B7. Grayscale: #3A3A3A. Windows color (decimal): -13288888 or 4733493. OLE color: 4733493.

HSL color Cylindrical-coordinate representation of color #353A48: hue angle of 224.21º 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 #353A48 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 58 72 -
CMYK 0.26 0.19 0 0.72
HSL 224.21º 0.15% 0.25% -
HSV(B) 224.21º 0.26% 0.28% -
XYZ 4.15 4.25 6.73 -
YUV 58.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 53 58 72 0.26 0.19 0 0.72 224.21 0.15 0.25
Hex 35 3A 48 1A 13 0 48 E0 F 19
Octal 65 72 110 32 23 0 110 340 17 31
Binary 110101 111010 1001000 11010 10011 0 1001000 11100000 1111 11001

Color Harmonies of #353A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A48

Black with #353A48

Text Example


Text Example

White with #353A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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