#27384A

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

Shades of Licorice #27384A

Tints of Licorice #27384A

Color information

#27384A (or 0x27384A) is unknown color: approx Licorice. HEX triplet: 27, 38 and 4A. RGB value is (39,56,74). Sum of RGB (Red+Green+Blue) = 39+56+74=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #27384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27384A is #D8C7B5. Grayscale: #343434. Windows color (decimal): -14206902 or 4864039. OLE color: 4864039.

HSL color Cylindrical-coordinate representation of color #27384A: hue angle of 210.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27384A is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB395674-
CMYK0.470.2400.71
HSL210.86º30.97%22.16%-
HSV(B)210.86º47.3%29.02%-
XYZ3.493.757.02-
YUV52.97139.87118.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=23.08%
G=33.14%
B=43.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3956740.470.2400.71210.8630.9722.16
Hex27384A2F18047d31f16
Octal4770112573001073233726
Binary10011111100010010101011111100001000111110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27384A; }

 p { color: rgb(39,56,74); }

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

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

 a { background-color: rgb(39,56,74); }

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

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

 span { border-color: rgb(39,56,74); }

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