#28384A

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

Shades of Licorice #28384A

Tints of Licorice #28384A

Color information

#28384A (or 0x28384A) is unknown color: approx Licorice. HEX triplet: 28, 38 and 4A. RGB value is (40,56,74). Sum of RGB (Red+Green+Blue) = 40+56+74=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #28384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28384A is #D7C7B5. Grayscale: #353535. Windows color (decimal): -14141366 or 4864040. OLE color: 4864040.

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

Color convert

RGB405674-
CMYK0.460.2400.71
HSL211.76º29.82%22.35%-
HSV(B)211.76º45.95%29.02%-
XYZ3.533.777.02-
YUV53.27139.7118.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=23.53%
G=32.94%
B=43.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4056740.460.2400.71211.7629.8222.35
Hex28384A2E18047d41e16
Octal5070112563001073243626
Binary10100011100010010101011101100001000111110101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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