#28374A

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

Shades of Licorice #28374A

Tints of Licorice #28374A

Color information

#28374A (or 0x28374A) is unknown color: approx Licorice. HEX triplet: 28, 37 and 4A. RGB value is (40,55,74). Sum of RGB (Red+Green+Blue) = 40+55+74=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #28374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28374A is #D7C8B5. Grayscale: #343434. Windows color (decimal): -14141622 or 4863784. OLE color: 4863784.

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

Color convert

RGB405574-
CMYK0.460.2600.71
HSL213.53º29.82%22.35%-
HSV(B)213.53º45.95%29.02%-
XYZ3.483.687.01-
YUV52.68140.03118.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=23.67%
G=32.54%
B=43.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4055740.460.2600.71213.5329.8222.35
Hex28374A2E1A047d61e16
Octal5067112563201073263626
Binary10100011011110010101011101101001000111110101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28374A; }

 p { color: rgb(40,55,74); }

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

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

 a { background-color: rgb(40,55,74); }

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

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

 span { border-color: rgb(40,55,74); }

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