#283444

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

Shades of Licorice #283444

Tints of Licorice #283444

Color information

#283444 (or 0x283444) is unknown color: approx Licorice. HEX triplet: 28, 34 and 44. RGB value is (40,52,68). Sum of RGB (Red+Green+Blue) = 40+52+68=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #283444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283444 is #D7CBBB. Grayscale: #323232. Windows color (decimal): -14142396 or 4469800. OLE color: 4469800.

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

Color convert

RGB405268-
CMYK0.410.2400.73
HSL214.29º25.93%21.18%-
HSV(B)214.29º41.18%26.67%-
XYZ3.153.325.94-
YUV50.24138.02120.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=25%
G=32.5%
B=42.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4052680.410.2400.73214.2925.9321.18
Hex2834442918049d61a15
Octal5064104513001113263225
Binary10100011010010001001010011100001001001110101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283444; }

 p { color: rgb(40,52,68); }

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

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

 a { background-color: rgb(40,52,68); }

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

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

 span { border-color: rgb(40,52,68); }

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