Html Css Color HEX #28374B Licorice

📋 copy color: '#28374B'

red 40 ◦ green 55 ◦ blue 75

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

Shades of Licorice #28374B

Tints of Licorice #28374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.12%

R = 23.53%
G = 32.35%
B = 44.12%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28374B (or 0x28374B) is known color: Licorice. HEX triplet: 28, 37 and 4B. RGB value is (40,55,75). Sum of RGB (Red+Green+Blue) = 40+55+75=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #28374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28374B is #D7C8B4. Grayscale: #343434. Windows color (decimal): -14141621 or 4929320. OLE color: 4929320.

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

Color convert

RGB 40 55 75 -
CMYK 0.47 0.27 0 0.71
HSL 214.29º 0.3% 0.23% -
HSV(B) 214.29º 0.47% 0.29% -
XYZ 3.51 3.69 7.18 -
YUV 52.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 40 55 75 0.47 0.27 0 0.71 214.29 0.3 0.23
Hex 28 37 4B 2F 1B 0 47 D6 1E 17
Octal 50 67 113 57 33 0 107 326 36 27
Binary 101000 110111 1001011 101111 11011 0 1000111 11010110 11110 10111

Color Harmonies of #28374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28374B

Black with #28374B

Text Example


Text Example

White with #28374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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