Html Css Color HEX #28384B Licorice

📋 copy color: '#28384B'

red 40 ◦ green 56 ◦ blue 75

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

Shades of Licorice #28384B

Tints of Licorice #28384B

RGB

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

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

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

R = 23.39%
G = 32.75%
B = 43.86%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28384B (or 0x28384B) is known color: Licorice. HEX triplet: 28, 38 and 4B. RGB value is (40,56,75). Sum of RGB (Red+Green+Blue) = 40+56+75=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #28384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28384B is #D7C7B4. Grayscale: #353535. Windows color (decimal): -14141365 or 4929576. OLE color: 4929576.

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

Color convert

RGB 40 56 75 -
CMYK 0.47 0.25 0 0.71
HSL 212.57º 0.3% 0.23% -
HSV(B) 212.57º 0.47% 0.29% -
XYZ 3.56 3.79 7.2 -
YUV 53.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 40 56 75 0.47 0.25 0 0.71 212.57 0.3 0.23
Hex 28 38 4B 2F 19 0 47 D5 1E 17
Octal 50 70 113 57 31 0 107 325 36 27
Binary 101000 111000 1001011 101111 11001 0 1000111 11010101 11110 10111

Color Harmonies of #28384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28384B

Black with #28384B

Text Example


Text Example

White with #28384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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