Html Css Color HEX #27374C Licorice

📋 copy color: '#27374C'

red 39 ◦ green 55 ◦ blue 76

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

Shades of Licorice #27374C

Tints of Licorice #27374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 76 (30.08% from 255) = 44.71%

R = 22.94%
G = 32.35%
B = 44.71%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27374C (or 0x27374C) is known color: Licorice. HEX triplet: 27, 37 and 4C. RGB value is (39,55,76). Sum of RGB (Red+Green+Blue) = 39+55+76=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #27374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27374C is #D8C8B3. Grayscale: #343434. Windows color (decimal): -14207156 or 4994855. OLE color: 4994855.

HSL color Cylindrical-coordinate representation of color #27374C: hue angle of 214.05º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27374C is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 55 76 -
CMYK 0.49 0.28 0 0.70
HSL 214.05º 0.32% 0.23% -
HSV(B) 214.05º 0.49% 0.3% -
XYZ 3.51 3.69 7.36 -
YUV 52.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 39 55 76 0.49 0.28 0 0.70 214.05 0.32 0.23
Hex 27 37 4C 31 1C 0 46 D6 20 17
Octal 47 67 114 61 34 0 106 326 40 27
Binary 100111 110111 1001100 110001 11100 0 1000110 11010110 100000 10111

Color Harmonies of #27374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27374C

Black with #27374C

Text Example


Text Example

White with #27374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27374C;
 }
 .AnyTagClassName
 {
   color: #27374C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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