Html Css Color HEX #28384A Licorice

📋 copy color: '#28384A'

red 40 ◦ green 56 ◦ blue 74

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

Shades of Licorice #28384A

Tints of Licorice #28384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 23.53%
G = 32.94%
B = 43.53%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28384A (or 0x28384A) is known color: Licorice. HEX triplet: 28, 38 and 4A. RGB value is (40,56,74). Sum of RGB (Red+Green+Blue) = 40+56+74=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #28384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28384A is #D7C7B5. Grayscale: #353535. Windows color (decimal): -14141366 or 4864040. OLE color: 4864040.

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

Color convert

RGB 40 56 74 -
CMYK 0.46 0.24 0 0.71
HSL 211.76º 0.3% 0.22% -
HSV(B) 211.76º 0.46% 0.29% -
XYZ 3.53 3.77 7.02 -
YUV 53.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 40 56 74 0.46 0.24 0 0.71 211.76 0.3 0.22
Hex 28 38 4A 2E 18 0 47 D4 1E 16
Octal 50 70 112 56 30 0 107 324 36 26
Binary 101000 111000 1001010 101110 11000 0 1000111 11010100 11110 10110

Color Harmonies of #28384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28384A

Black with #28384A

Text Example


Text Example

White with #28384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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