#27374B

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

Shades of Licorice #27374B

Tints of Licorice #27374B

Color information

#27374B (or 0x27374B) is unknown color: approx Licorice. HEX triplet: 27, 37 and 4B. RGB value is (39,55,75). Sum of RGB (Red+Green+Blue) = 39+55+75=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #27374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27374B is #D8C8B4. Grayscale: #343434. Windows color (decimal): -14207157 or 4929319. OLE color: 4929319.

HSL color Cylindrical-coordinate representation of color #27374B: hue angle of 213.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27374B is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB395575-
CMYK0.480.2700.71
HSL213.33º31.58%22.35%-
HSV(B)213.33º48%29.41%-
XYZ3.473.677.18-
YUV52.5140.7118.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=23.08%
G=32.54%
B=44.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3955750.480.2700.71213.3331.5822.35
Hex27374B301B047d52016
Octal4767113603301073254026
Binary100111110111100101111000011011010001111101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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