Html Css Color HEX #27364A Licorice

📋 copy color: '#27364A'

red 39 ◦ green 54 ◦ blue 74

#27364A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #27364A

Tints of Licorice #27364A

RGB

 RED value IS 39 (15.63% from 255) = 23.35%

 GREEN value IS 54 (21.48% from 255) = 32.34%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 23.35%
G = 32.34%
B = 44.31%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27364A (or 0x27364A) is known color: Licorice. HEX triplet: 27, 36 and 4A. RGB value is (39,54,74). Sum of RGB (Red+Green+Blue) = 39+54+74=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #27364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27364A is #D8C9B5. Grayscale: #333333. Windows color (decimal): -14207414 or 4863527. OLE color: 4863527.

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

Color convert

RGB 39 54 74 -
CMYK 0.47 0.27 0 0.71
HSL 214.29º 0.31% 0.22% -
HSV(B) 214.29º 0.47% 0.29% -
XYZ 3.39 3.56 6.99 -
YUV 51.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 39 54 74 0.47 0.27 0 0.71 214.29 0.31 0.22
Hex 27 36 4A 2F 1B 0 47 D6 1F 16
Octal 47 66 112 57 33 0 107 326 37 26
Binary 100111 110110 1001010 101111 11011 0 1000111 11010110 11111 10110

Color Harmonies of #27364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27364A

Black with #27364A

Text Example


Text Example

White with #27364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27364A;
 }
 .AnyTagClassName
 {
   color: #27364A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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