Html Css Color HEX #28364D Licorice

📋 copy color: '#28364D'

red 40 ◦ green 54 ◦ blue 77

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

Shades of Licorice #28364D

Tints of Licorice #28364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 23.39%
G = 31.58%
B = 45.03%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28364D (or 0x28364D) is known color: Licorice. HEX triplet: 28, 36 and 4D. RGB value is (40,54,77). Sum of RGB (Red+Green+Blue) = 40+54+77=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #28364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28364D is #D7C9B2. Grayscale: #343434. Windows color (decimal): -14141875 or 5060136. OLE color: 5060136.

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

Color convert

RGB 40 54 77 -
CMYK 0.48 0.30 0 0.70
HSL 217.3º 0.32% 0.23% -
HSV(B) 217.3º 0.48% 0.3% -
XYZ 3.53 3.63 7.53 -
YUV 52.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 40 54 77 0.48 0.30 0 0.70 217.3 0.32 0.23
Hex 28 36 4D 30 1E 0 46 D9 20 17
Octal 50 66 115 60 36 0 106 331 40 27
Binary 101000 110110 1001101 110000 11110 0 1000110 11011001 100000 10111

Color Harmonies of #28364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28364D

Black with #28364D

Text Example


Text Example

White with #28364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28364D;
 }
 .AnyTagClassName
 {
   color: #28364D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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