Html Css Color HEX #283549 Licorice

📋 copy color: '#283549'

red 40 ◦ green 53 ◦ blue 73

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

Shades of Licorice #283549

Tints of Licorice #283549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 43.98%

R = 24.1%
G = 31.93%
B = 43.98%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#283549 (or 0x283549) is known color: Licorice. HEX triplet: 28, 35 and 49. RGB value is (40,53,73). Sum of RGB (Red+Green+Blue) = 40+53+73=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #283549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283549 is #D7CAB6. Grayscale: #333333. Windows color (decimal): -14142135 or 4797736. OLE color: 4797736.

HSL color Cylindrical-coordinate representation of color #283549: hue angle of 216.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #283549 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 53 73 -
CMYK 0.45 0.27 0 0.71
HSL 216.36º 0.29% 0.22% -
HSV(B) 216.36º 0.45% 0.29% -
XYZ 3.35 3.48 6.8 -
YUV 51.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 40 53 73 0.45 0.27 0 0.71 216.36 0.29 0.22
Hex 28 35 49 2D 1B 0 47 D8 1D 16
Octal 50 65 111 55 33 0 107 330 35 26
Binary 101000 110101 1001001 101101 11011 0 1000111 11011000 11101 10110

Color Harmonies of #283549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283549

Black with #283549

Text Example


Text Example

White with #283549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283549; }

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

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

background-color css

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

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

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

border-color css

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

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

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