Html Css Color HEX #28354A Licorice

📋 copy color: '#28354A'

red 40 ◦ green 53 ◦ blue 74

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

Shades of Licorice #28354A

Tints of Licorice #28354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

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

R = 23.95%
G = 31.74%
B = 44.31%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28354A (or 0x28354A) is known color: Licorice. HEX triplet: 28, 35 and 4A. RGB value is (40,53,74). Sum of RGB (Red+Green+Blue) = 40+53+74=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #28354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28354A is #D7CAB5. Grayscale: #333333. Windows color (decimal): -14142134 or 4863272. OLE color: 4863272.

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

Color convert

RGB 40 53 74 -
CMYK 0.46 0.28 0 0.71
HSL 217.06º 0.3% 0.22% -
HSV(B) 217.06º 0.46% 0.29% -
XYZ 3.38 3.49 6.97 -
YUV 51.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 40 53 74 0.46 0.28 0 0.71 217.06 0.3 0.22
Hex 28 35 4A 2E 1C 0 47 D9 1E 16
Octal 50 65 112 56 34 0 107 331 36 26
Binary 101000 110101 1001010 101110 11100 0 1000111 11011001 11110 10110

Color Harmonies of #28354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28354A

Black with #28354A

Text Example


Text Example

White with #28354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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