Html Css Color HEX #28374A Licorice

📋 copy color: '#28374A'

red 40 ◦ green 55 ◦ blue 74

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

Shades of Licorice #28374A

Tints of Licorice #28374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 43.79%

R = 23.67%
G = 32.54%
B = 43.79%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28374A (or 0x28374A) is known color: Licorice. HEX triplet: 28, 37 and 4A. RGB value is (40,55,74). Sum of RGB (Red+Green+Blue) = 40+55+74=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #28374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28374A is #D7C8B5. Grayscale: #343434. Windows color (decimal): -14141622 or 4863784. OLE color: 4863784.

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

Color convert

RGB 40 55 74 -
CMYK 0.46 0.26 0 0.71
HSL 213.53º 0.3% 0.22% -
HSV(B) 213.53º 0.46% 0.29% -
XYZ 3.48 3.68 7.01 -
YUV 52.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 40 55 74 0.46 0.26 0 0.71 213.53 0.3 0.22
Hex 28 37 4A 2E 1A 0 47 D6 1E 16
Octal 50 67 112 56 32 0 107 326 36 26
Binary 101000 110111 1001010 101110 11010 0 1000111 11010110 11110 10110

Color Harmonies of #28374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28374A

Black with #28374A

Text Example


Text Example

White with #28374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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