#283546

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

Shades of Licorice #283546

Tints of Licorice #283546

Color information

#283546 (or 0x283546) is unknown color: approx Licorice. HEX triplet: 28, 35 and 46. RGB value is (40,53,70). Sum of RGB (Red+Green+Blue) = 40+53+70=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #283546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283546 is #D7CAB9. Grayscale: #323232. Windows color (decimal): -14142138 or 4601128. OLE color: 4601128.

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

Color convert

RGB405370-
CMYK0.430.2400.73
HSL214º27.27%21.57%-
HSV(B)214º42.86%27.45%-
XYZ3.253.446.29-
YUV51.05138.69120.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=24.54%
G=32.52%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4053700.430.2400.7321427.2721.57
Hex2835462B18049d61b16
Octal5065106533001113263326
Binary10100011010110001101010111100001001001110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283546; }

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

 H1.HeaderClassName
 {
   color: #283546;
 }
 .AnyTagClassName
 {
   color: #283546;
 }
</style>
background-color css

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

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

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

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

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

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