Html Css Color HEX #283548 Licorice

📋 copy color: '#283548'

red 40 ◦ green 53 ◦ blue 72

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

Shades of Licorice #283548

Tints of Licorice #283548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.64%

R = 24.24%
G = 32.12%
B = 43.64%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#283548 (or 0x283548) is known color: Licorice. HEX triplet: 28, 35 and 48. RGB value is (40,53,72). Sum of RGB (Red+Green+Blue) = 40+53+72=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #283548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283548 is #D7CAB7. Grayscale: #333333. Windows color (decimal): -14142136 or 4732200. OLE color: 4732200.

HSL color Cylindrical-coordinate representation of color #283548: hue angle of 215.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283548 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 53 72 -
CMYK 0.44 0.26 0 0.72
HSL 215.63º 0.29% 0.22% -
HSV(B) 215.63º 0.44% 0.28% -
XYZ 3.32 3.47 6.62 -
YUV 51.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 40 53 72 0.44 0.26 0 0.72 215.63 0.29 0.22
Hex 28 35 48 2C 1A 0 48 D8 1D 16
Octal 50 65 110 54 32 0 110 330 35 26
Binary 101000 110101 1001000 101100 11010 0 1001000 11011000 11101 10110

Color Harmonies of #283548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283548

Black with #283548

Text Example


Text Example

White with #283548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283548; }

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

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

background-color css

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

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

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

border-color css

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

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

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