Html Css Color HEX #28364A Licorice

📋 copy color: '#28364A'

red 40 ◦ green 54 ◦ blue 74

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

Shades of Licorice #28364A

Tints of Licorice #28364A

RGB

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

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

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

R = 23.81%
G = 32.14%
B = 44.05%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28364A (or 0x28364A) is known color: Licorice. HEX triplet: 28, 36 and 4A. RGB value is (40,54,74). Sum of RGB (Red+Green+Blue) = 40+54+74=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #28364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28364A is #D7C9B5. Grayscale: #343434. Windows color (decimal): -14141878 or 4863528. OLE color: 4863528.

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

Color convert

RGB 40 54 74 -
CMYK 0.46 0.27 0 0.71
HSL 215.29º 0.3% 0.22% -
HSV(B) 215.29º 0.46% 0.29% -
XYZ 3.43 3.58 6.99 -
YUV 52.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 40 54 74 0.46 0.27 0 0.71 215.29 0.3 0.22
Hex 28 36 4A 2E 1B 0 47 D7 1E 16
Octal 50 66 112 56 33 0 107 327 36 26
Binary 101000 110110 1001010 101110 11011 0 1000111 11010111 11110 10110

Color Harmonies of #28364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28364A

Black with #28364A

Text Example


Text Example

White with #28364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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