#283549

Color #283549 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #283549

Tints of Licorice #283549

Color information

#283549 (or 0x283549) is unknown color: approx 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

RGB405373-
CMYK0.450.2700.71
HSL216.36º29.2%22.16%-
HSV(B)216.36º45.21%28.63%-
XYZ3.353.486.8-
YUV51.39140.19119.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=24.10%
G=31.93%
B=43.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4053730.450.2700.71216.3629.222.16
Hex2835492D1B047d81d16
Octal5065111553301073303526
Binary10100011010110010011011011101101000111110110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>