#273548

Color #273548 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #273548

Tints of Licorice #273548

Color information

#273548 (or 0x273548) is unknown color: approx 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

RGB395372-
CMYK0.460.2600.72
HSL214.55º29.73%21.76%-
HSV(B)214.55º45.83%28.24%-
XYZ3.283.456.62-
YUV50.98139.86119.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=23.78%
G=32.32%
B=43.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3953720.460.2600.72214.5529.7321.76
Hex2735482E1A048d71e16
Octal4765110563201103273626
Binary10011111010110010001011101101001001000110101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>