#18212F

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

Shades of Blue Charcoal #18212F

Tints of Blue Charcoal #18212F

Color information

#18212F (or 0x18212F) is unknown color: approx Blue Charcoal. HEX triplet: 18, 21 and 2F. RGB value is (24,33,47). Sum of RGB (Red+Green+Blue) = 24+33+47=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #18212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18212F is #E7DED0. Grayscale: #1F1F1F. Windows color (decimal): -15195857 or 3088664. OLE color: 3088664.

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

Color convert

RGB243347-
CMYK0.490.3000.82
HSL216.52º32.39%13.92%-
HSV(B)216.52º48.94%18.43%-
XYZ1.431.492.9-
YUV31.9136.52122.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=23.08%
G=31.73%
B=45.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2433470.490.3000.82216.5232.3913.92
Hex18212F311E052d920e
Octal304157613601223314016
Binary110001000011011111100011111001010010110110011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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