#283445

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

Shades of Licorice #283445

Tints of Licorice #283445

Color information

#283445 (or 0x283445) is unknown color: approx Licorice. HEX triplet: 28, 34 and 45. RGB value is (40,52,69). Sum of RGB (Red+Green+Blue) = 40+52+69=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 69 - color contains mainly: blue. Hex color #283445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283445 is #D7CBBA. Grayscale: #323232. Windows color (decimal): -14142395 or 4535336. OLE color: 4535336.

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

Color convert

RGB405269-
CMYK0.420.2500.73
HSL215.17º26.61%21.37%-
HSV(B)215.17º42.03%27.06%-
XYZ3.183.346.11-
YUV50.35138.52120.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=24.84%
G=32.30%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4052690.420.2500.73215.1726.6121.37
Hex2834452A19049d71b15
Octal5064105523101113273325
Binary10100011010010001011010101100101001001110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283445; }

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

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

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

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

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

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

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

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