#283446

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

Shades of Licorice #283446

Tints of Licorice #283446

Color information

#283446 (or 0x283446) is unknown color: approx Licorice. HEX triplet: 28, 34 and 46. RGB value is (40,52,70). Sum of RGB (Red+Green+Blue) = 40+52+70=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #283446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283446 is #D7CBB9. Grayscale: #323232. Windows color (decimal): -14142394 or 4600872. OLE color: 4600872.

HSL color Cylindrical-coordinate representation of color #283446: hue angle of 216º 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 #283446 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB405270-
CMYK0.430.2600.73
HSL216º27.27%21.57%-
HSV(B)216º42.86%27.45%-
XYZ3.213.356.27-
YUV50.46139.02120.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=24.69%
G=32.10%
B=43.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4052700.430.2600.7321627.2721.57
Hex2834462B1A049d81b16
Octal5064106533201113303326
Binary10100011010010001101010111101001001001110110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283446; }

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

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

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

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

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

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

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

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