#28364D

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

Shades of Licorice #28364D

Tints of Licorice #28364D

Color information

#28364D (or 0x28364D) is unknown color: approx Licorice. HEX triplet: 28, 36 and 4D. RGB value is (40,54,77). Sum of RGB (Red+Green+Blue) = 40+54+77=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #28364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28364D is #D7C9B2. Grayscale: #343434. Windows color (decimal): -14141875 or 5060136. OLE color: 5060136.

HSL color Cylindrical-coordinate representation of color #28364D: hue angle of 217.3º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28364D is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB405477-
CMYK0.480.3000.70
HSL217.3º31.62%22.94%-
HSV(B)217.3º48.05%30.2%-
XYZ3.533.637.53-
YUV52.44141.86119.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=23.39%
G=31.58%
B=45.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4054770.480.3000.70217.331.6222.94
Hex28364D301E046d92017
Octal5066115603601063314027
Binary101000110110100110111000011110010001101101100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28364D; }

 p { color: rgb(40,54,77); }

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

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

 a { background-color: rgb(40,54,77); }

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

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

 span { border-color: rgb(40,54,77); }

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