Html Css Color HEX #27374A Licorice

📋 copy color: '#27374A'

red 39 ◦ green 55 ◦ blue 74

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

Shades of Licorice #27374A

Tints of Licorice #27374A

RGB

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

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

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

R = 23.21%
G = 32.74%
B = 44.05%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27374A (or 0x27374A) is known color: Licorice. HEX triplet: 27, 37 and 4A. RGB value is (39,55,74). Sum of RGB (Red+Green+Blue) = 39+55+74=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #27374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27374A is #D8C8B5. Grayscale: #343434. Windows color (decimal): -14207158 or 4863783. OLE color: 4863783.

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

Color convert

RGB 39 55 74 -
CMYK 0.47 0.26 0 0.71
HSL 212.57º 0.31% 0.22% -
HSV(B) 212.57º 0.47% 0.29% -
XYZ 3.44 3.66 7 -
YUV 52.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 39 55 74 0.47 0.26 0 0.71 212.57 0.31 0.22
Hex 27 37 4A 2F 1A 0 47 D5 1F 16
Octal 47 67 112 57 32 0 107 325 37 26
Binary 100111 110111 1001010 101111 11010 0 1000111 11010101 11111 10110

Color Harmonies of #27374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27374A

Black with #27374A

Text Example


Text Example

White with #27374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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