#18202C

Color #18202C Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #18202C

Tints of Blue Charcoal #18202C

Color information

#18202C (or 0x18202C) is unknown color: approx Blue Charcoal. HEX triplet: 18, 20 and 2C. RGB value is (24,32,44). Sum of RGB (Red+Green+Blue) = 24+32+44=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #18202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18202C is #E7DFD3. Grayscale: #1E1E1E. Windows color (decimal): -15196116 or 2891800. OLE color: 2891800.

HSL color Cylindrical-coordinate representation of color #18202C: hue angle of 216º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #18202C is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB243244-
CMYK0.450.2700.83
HSL216º29.41%13.33%-
HSV(B)216º45.45%17.25%-
XYZ1.351.412.58-
YUV30.98135.35123.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 44 (17.58% from 255) = 44%
R=24%
G=32%
B=44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2432440.450.2700.8321629.4113.33
Hex18202C2D1B053d81dd
Octal304054553301233303515
Binary11000100000101100101101110110101001111011000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18202C; }

 p { color: rgb(24,32,44); }

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

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

 a { background-color: rgb(24,32,44); }

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

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

 span { border-color: rgb(24,32,44); }

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