#273446

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

Shades of Licorice #273446

Tints of Licorice #273446

Color information

#273446 (or 0x273446) is unknown color: approx Licorice. HEX triplet: 27, 34 and 46. RGB value is (39,52,70). Sum of RGB (Red+Green+Blue) = 39+52+70=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #273446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273446 is #D8CBB9. Grayscale: #323232. Windows color (decimal): -14207930 or 4600871. OLE color: 4600871.

HSL color Cylindrical-coordinate representation of color #273446: hue angle of 214.84º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #273446 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB395270-
CMYK0.440.2600.73
HSL214.84º28.44%21.37%-
HSV(B)214.84º44.29%27.45%-
XYZ3.173.336.27-
YUV50.16139.19120.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=24.22%
G=32.30%
B=43.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3952700.440.2600.73214.8428.4421.37
Hex2734462C1A049d71c15
Octal4764106543201113273425
Binary10011111010010001101011001101001001001110101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273446; }

 p { color: rgb(39,52,70); }

 H1.HeaderClassName
 {
   color: #273446;
 }
 .AnyTagClassName
 {
   color: #273446;
 }
</style>
background-color css

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

 a { background-color: rgb(39,52,70); }

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

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

 span { border-color: rgb(39,52,70); }

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