Html Css Color HEX #28374C Licorice

📋 copy color: '#28374C'

red 40 ◦ green 55 ◦ blue 76

#28374C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #28374C

Tints of Licorice #28374C

RGB

 RED value IS 40 (16.02% from 255) = 23.39%

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 23.39%
G = 32.16%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28374C (or 0x28374C) is known color: Licorice. HEX triplet: 28, 37 and 4C. RGB value is (40,55,76). Sum of RGB (Red+Green+Blue) = 40+55+76=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #28374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28374C is #D7C8B3. Grayscale: #343434. Windows color (decimal): -14141620 or 4994856. OLE color: 4994856.

HSL color Cylindrical-coordinate representation of color #28374C: hue angle of 215º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28374C is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 55 76 -
CMYK 0.47 0.28 0 0.70
HSL 215º 0.31% 0.23% -
HSV(B) 215º 0.47% 0.3% -
XYZ 3.55 3.71 7.37 -
YUV 52.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 40 55 76 0.47 0.28 0 0.70 215 0.31 0.23
Hex 28 37 4C 2F 1C 0 46 D7 1F 17
Octal 50 67 114 57 34 0 106 327 37 27
Binary 101000 110111 1001100 101111 11100 0 1000110 11010111 11111 10111

Color Harmonies of #28374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28374C

Black with #28374C

Text Example


Text Example

White with #28374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28374C;
 }
 .AnyTagClassName
 {
   color: #28374C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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