#182331

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

Shades of Blue Charcoal #182331

Tints of Blue Charcoal #182331

Color information

#182331 (or 0x182331) is unknown color: approx Blue Charcoal. HEX triplet: 18, 23 and 31. RGB value is (24,35,49). Sum of RGB (Red+Green+Blue) = 24+35+49=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #182331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182331 is #E7DCCE. Grayscale: #212121. Windows color (decimal): -15195343 or 3220248. OLE color: 3220248.

HSL color Cylindrical-coordinate representation of color #182331: hue angle of 213.6º 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 #182331 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB243549-
CMYK0.510.2900.81
HSL213.6º34.25%14.31%-
HSV(B)213.6º51.02%19.22%-
XYZ1.531.623.14-
YUV33.31136.86121.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=22.22%
G=32.41%
B=45.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2435490.510.2900.81213.634.2514.31
Hex182331331D051d622e
Octal304361633501213264216
Binary110001000111100011100111110101010001110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182331; }

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

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

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

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

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

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

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

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