#27364D

Color #27364D Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #27364D

Tints of Licorice #27364D

Color information

#27364D (or 0x27364D) is unknown color: approx 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

RGB395477-
CMYK0.490.3000.70
HSL216.32º32.76%22.75%-
HSV(B)216.32º49.35%30.2%-
XYZ3.53.617.53-
YUV52.14142.03118.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% 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 (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3954770.490.3000.70216.3232.7622.75
Hex27364D311E046d82117
Octal4766115613601063304127
Binary100111110110100110111000111110010001101101100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>