#27364B

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

Shades of Licorice #27364B

Tints of Licorice #27364B

Color information

#27364B (or 0x27364B) is unknown color: approx Licorice. HEX triplet: 27, 36 and 4B. RGB value is (39,54,75). Sum of RGB (Red+Green+Blue) = 39+54+75=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #27364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27364B is #D8C9B4. Grayscale: #333333. Windows color (decimal): -14207413 or 4929063. OLE color: 4929063.

HSL color Cylindrical-coordinate representation of color #27364B: hue angle of 215º 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 #27364B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB395475-
CMYK0.480.2800.71
HSL215º31.58%22.35%-
HSV(B)215º48%29.41%-
XYZ3.433.587.17-
YUV51.91141.03118.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=23.21%
G=32.14%
B=44.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3954750.480.2800.7121531.5822.35
Hex27364B301C047d72016
Octal4766113603401073274026
Binary100111110110100101111000011100010001111101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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