Html Css Color HEX #27374B Licorice

📋 copy color: '#27374B'

red 39 ◦ green 55 ◦ blue 75

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

Shades of Licorice #27374B

Tints of Licorice #27374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 23.08%
G = 32.54%
B = 44.38%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27374B (or 0x27374B) is known color: Licorice. HEX triplet: 27, 37 and 4B. RGB value is (39,55,75). Sum of RGB (Red+Green+Blue) = 39+55+75=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #27374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27374B is #D8C8B4. Grayscale: #343434. Windows color (decimal): -14207157 or 4929319. OLE color: 4929319.

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

Color convert

RGB 39 55 75 -
CMYK 0.48 0.27 0 0.71
HSL 213.33º 0.32% 0.22% -
HSV(B) 213.33º 0.48% 0.29% -
XYZ 3.47 3.67 7.18 -
YUV 52.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 39 55 75 0.48 0.27 0 0.71 213.33 0.32 0.22
Hex 27 37 4B 30 1B 0 47 D5 20 16
Octal 47 67 113 60 33 0 107 325 40 26
Binary 100111 110111 1001011 110000 11011 0 1000111 11010101 100000 10110

Color Harmonies of #27374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27374B

Black with #27374B

Text Example


Text Example

White with #27374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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