#18212E

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

Shades of Blue Charcoal #18212E

Tints of Blue Charcoal #18212E

Color information

#18212E (or 0x18212E) is unknown color: approx Blue Charcoal. HEX triplet: 18, 21 and 2E. RGB value is (24,33,46). Sum of RGB (Red+Green+Blue) = 24+33+46=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #18212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18212E is #E7DED1. Grayscale: #1F1F1F. Windows color (decimal): -15195858 or 3023128. OLE color: 3023128.

HSL color Cylindrical-coordinate representation of color #18212E: hue angle of 215.45º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18212E is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB243346-
CMYK0.480.2800.82
HSL215.45º31.43%13.73%-
HSV(B)215.45º47.83%18.04%-
XYZ1.411.482.8-
YUV31.79136.02122.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=23.30%
G=32.04%
B=44.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2433460.480.2800.82215.4531.4313.73
Hex18212E301C052d71fe
Octal304156603401223273716
Binary11000100001101110110000111000101001011010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18212E; }

 p { color: rgb(24,33,46); }

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

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

 a { background-color: rgb(24,33,46); }

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

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

 span { border-color: rgb(24,33,46); }

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