#182231

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

Shades of Blue Charcoal #182231

Tints of Blue Charcoal #182231

Color information

#182231 (or 0x182231) is unknown color: approx Blue Charcoal. HEX triplet: 18, 22 and 31. RGB value is (24,34,49). Sum of RGB (Red+Green+Blue) = 24+34+49=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #182231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182231 is #E7DDCE. Grayscale: #202020. Windows color (decimal): -15195599 or 3219992. OLE color: 3219992.

HSL color Cylindrical-coordinate representation of color #182231: hue angle of 216º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182231 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB243449-
CMYK0.510.3100.81
HSL216º34.25%14.31%-
HSV(B)216º51.02%19.22%-
XYZ1.51.563.13-
YUV32.72137.19121.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=22.43%
G=31.78%
B=45.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2434490.510.3100.8121634.2514.31
Hex182231331F051d822e
Octal304261633701213304216
Binary110001000101100011100111111101010001110110001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182231; }

 p { color: rgb(24,34,49); }

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

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

 a { background-color: rgb(24,34,49); }

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

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

 span { border-color: rgb(24,34,49); }

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