Html Css Color HEX #27354A Licorice

📋 copy color: '#27354A'

red 39 ◦ green 53 ◦ blue 74

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

Shades of Licorice #27354A

Tints of Licorice #27354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

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

R = 23.49%
G = 31.93%
B = 44.58%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27354A (or 0x27354A) is known color: 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

RGB 39 53 74 -
CMYK 0.47 0.28 0 0.71
HSL 216º 0.31% 0.22% -
HSV(B) 216º 0.47% 0.29% -
XYZ 3.35 3.47 6.97 -
YUV 51.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 39 53 74 0.47 0.28 0 0.71 216 0.31 0.22
Hex 27 35 4A 2F 1C 0 47 D8 1F 16
Octal 47 65 112 57 34 0 107 330 37 26
Binary 100111 110101 1001010 101111 11100 0 1000111 11011000 11111 10110

Color Harmonies of #27354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27354A

Black with #27354A

Text Example


Text Example

White with #27354A

Text Example


Text Example

HTML Codes & Css Web 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>