Html Css Color HEX #363948 Licorice

📋 copy color: '#363948'

red 54 ◦ green 57 ◦ blue 72

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

Shades of Licorice #363948

Tints of Licorice #363948

RGB

 RED value IS 54 (21.48% from 255) = 29.51%

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

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

R = 29.51%
G = 31.15%
B = 39.34%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#363948 (or 0x363948) is known color: Licorice. HEX triplet: 36, 39 and 48. RGB value is (54,57,72). Sum of RGB (Red+Green+Blue) = 54+57+72=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 57 (22.66% from 255 or 31.15% 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 #363948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363948 is #C9C6B7. Grayscale: #393939. Windows color (decimal): -13223608 or 4733238. OLE color: 4733238.

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

Color convert

RGB 54 57 72 -
CMYK 0.25 0.21 0 0.72
HSL 230º 0.14% 0.25% -
HSV(B) 230º 0.25% 0.28% -
XYZ 4.15 4.18 6.72 -
YUV 57.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 54 57 72 0.25 0.21 0 0.72 230 0.14 0.25
Hex 36 39 48 19 15 0 48 E6 E 19
Octal 66 71 110 31 25 0 110 346 16 31
Binary 110110 111001 1001000 11001 10101 0 1001000 11100110 1110 11001

Color Harmonies of #363948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363948

Black with #363948

Text Example


Text Example

White with #363948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363948; }

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

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

background-color css

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

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

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

border-color css

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

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

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