#28364A

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

Shades of Licorice #28364A

Tints of Licorice #28364A

Color information

#28364A (or 0x28364A) is unknown color: approx Licorice. HEX triplet: 28, 36 and 4A. RGB value is (40,54,74). Sum of RGB (Red+Green+Blue) = 40+54+74=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #28364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28364A is #D7C9B5. Grayscale: #343434. Windows color (decimal): -14141878 or 4863528. OLE color: 4863528.

HSL color Cylindrical-coordinate representation of color #28364A: hue angle of 215.29º 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 #28364A is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB405474-
CMYK0.460.2700.71
HSL215.29º29.82%22.35%-
HSV(B)215.29º45.95%29.02%-
XYZ3.433.586.99-
YUV52.09140.36119.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=23.81%
G=32.14%
B=44.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4054740.460.2700.71215.2929.8222.35
Hex28364A2E1B047d71e16
Octal5066112563301073273626
Binary10100011011010010101011101101101000111110101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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