#27354A

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

Shades of Licorice #27354A

Tints of Licorice #27354A

Color information

#27354A (or 0x27354A) is unknown color: approx Licorice. HEX triplet: 27, 35 and 4A. RGB value is (39,53,74). Sum of RGB (Red+Green+Blue) = 39+53+74=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #27354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27354A is #D8CAB5. Grayscale: #333333. Windows color (decimal): -14207670 or 4863271. OLE color: 4863271.

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

Color convert

RGB395374-
CMYK0.470.2800.71
HSL216º30.97%22.16%-
HSV(B)216º47.3%29.02%-
XYZ3.353.476.97-
YUV51.21140.86119.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=23.49%
G=31.93%
B=44.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3953740.470.2800.7121630.9722.16
Hex27354A2F1C047d81f16
Octal4765112573401073303726
Binary10011111010110010101011111110001000111110110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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