Html Css Color HEX #273548 Licorice

📋 copy color: '#273548'

red 39 ◦ green 53 ◦ blue 72

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

Shades of Licorice #273548

Tints of Licorice #273548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 23.78%
G = 32.32%
B = 43.9%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#273548 (or 0x273548) is known color: Licorice. HEX triplet: 27, 35 and 48. RGB value is (39,53,72). Sum of RGB (Red+Green+Blue) = 39+53+72=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #273548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273548 is #D8CAB7. Grayscale: #323232. Windows color (decimal): -14207672 or 4732199. OLE color: 4732199.

HSL color Cylindrical-coordinate representation of color #273548: hue angle of 214.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #273548 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 53 72 -
CMYK 0.46 0.26 0 0.72
HSL 214.55º 0.3% 0.22% -
HSV(B) 214.55º 0.46% 0.28% -
XYZ 3.28 3.45 6.62 -
YUV 50.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 39 53 72 0.46 0.26 0 0.72 214.55 0.3 0.22
Hex 27 35 48 2E 1A 0 48 D7 1E 16
Octal 47 65 110 56 32 0 110 327 36 26
Binary 100111 110101 1001000 101110 11010 0 1001000 11010111 11110 10110

Color Harmonies of #273548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273548

Black with #273548

Text Example


Text Example

White with #273548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273548; }

 p { color: rgb(39,53,72); }

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

background-color css

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

 a { background-color: rgb(39,53,72); }

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

border-color css

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

 span { border-color: rgb(39,53,72); }

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