#27374C

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

Shades of Licorice #27374C

Tints of Licorice #27374C

Color information

#27374C (or 0x27374C) is unknown color: approx Licorice. HEX triplet: 27, 37 and 4C. RGB value is (39,55,76). Sum of RGB (Red+Green+Blue) = 39+55+76=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #27374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27374C is #D8C8B3. Grayscale: #343434. Windows color (decimal): -14207156 or 4994855. OLE color: 4994855.

HSL color Cylindrical-coordinate representation of color #27374C: hue angle of 214.05º degrees, saturation: 0.32, 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 #27374C is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB395576-
CMYK0.490.2800.70
HSL214.05º32.17%22.55%-
HSV(B)214.05º48.68%29.8%-
XYZ3.513.697.36-
YUV52.61141.2118.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 76 (30.08% from 255) = 44.71%
R=22.94%
G=32.35%
B=44.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3955760.490.2800.70214.0532.1722.55
Hex27374C311C046d62017
Octal4767114613401063264027
Binary100111110111100110011000111100010001101101011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27374C; }

 p { color: rgb(39,55,76); }

 H1.HeaderClassName
 {
   color: #27374C;
 }
 .AnyTagClassName
 {
   color: #27374C;
 }
</style>
background-color css

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

 a { background-color: rgb(39,55,76); }

 div.DivClassName
 {
   background-color: #27374C;
 }
 .BgClassName
 {
   background-color: #27374C;
 }
</style>
border-color css

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

 span { border-color: rgb(39,55,76); }

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