#28374D

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

Shades of Licorice #28374D

Tints of Licorice #28374D

Color information

#28374D (or 0x28374D) is unknown color: approx Licorice. HEX triplet: 28, 37 and 4D. RGB value is (40,55,77). Sum of RGB (Red+Green+Blue) = 40+55+77=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #28374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28374D is #D7C8B2. Grayscale: #343434. Windows color (decimal): -14141619 or 5060392. OLE color: 5060392.

HSL color Cylindrical-coordinate representation of color #28374D: hue angle of 215.68º 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 #28374D is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB405577-
CMYK0.480.2900.70
HSL215.68º31.62%22.94%-
HSV(B)215.68º48.05%30.2%-
XYZ3.583.727.55-
YUV53.02141.53118.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=23.26%
G=31.98%
B=44.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4055770.480.2900.70215.6831.6222.94
Hex28374D301D046d82017
Octal5067115603501063304027
Binary101000110111100110111000011101010001101101100010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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