Html Css Color HEX #27364D Licorice

📋 copy color: '#27364D'

red 39 ◦ green 54 ◦ blue 77

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

Shades of Licorice #27364D

Tints of Licorice #27364D

RGB

 RED value IS 39 (15.63% from 255) = 22.94%

 GREEN value IS 54 (21.48% from 255) = 31.76%

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 22.94%
G = 31.76%
B = 45.29%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27364D (or 0x27364D) is known color: Licorice. HEX triplet: 27, 36 and 4D. RGB value is (39,54,77). Sum of RGB (Red+Green+Blue) = 39+54+77=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #27364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27364D is #D8C9B2. Grayscale: #343434. Windows color (decimal): -14207411 or 5060135. OLE color: 5060135.

HSL color Cylindrical-coordinate representation of color #27364D: hue angle of 216.32º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27364D is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 54 77 -
CMYK 0.49 0.30 0 0.70
HSL 216.32º 0.33% 0.23% -
HSV(B) 216.32º 0.49% 0.3% -
XYZ 3.5 3.61 7.53 -
YUV 52.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 39 54 77 0.49 0.30 0 0.70 216.32 0.33 0.23
Hex 27 36 4D 31 1E 0 46 D8 21 17
Octal 47 66 115 61 36 0 106 330 41 27
Binary 100111 110110 1001101 110001 11110 0 1000110 11011000 100001 10111

Color Harmonies of #27364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27364D

Black with #27364D

Text Example


Text Example

White with #27364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27364D; }

 p { color: rgb(39,54,77); }

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

background-color css

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

 a { background-color: rgb(39,54,77); }

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

border-color css

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

 span { border-color: rgb(39,54,77); }

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