#182332

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

Shades of Blue Charcoal #182332

Tints of Blue Charcoal #182332

Color information

#182332 (or 0x182332) is unknown color: approx Blue Charcoal. HEX triplet: 18, 23 and 32. RGB value is (24,35,50). Sum of RGB (Red+Green+Blue) = 24+35+50=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #182332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182332 is #E7DCCD. Grayscale: #212121. Windows color (decimal): -15195342 or 3285784. OLE color: 3285784.

HSL color Cylindrical-coordinate representation of color #182332: hue angle of 214.62º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182332 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB243550-
CMYK0.520.3000.80
HSL214.62º35.14%14.51%-
HSV(B)214.62º52%19.61%-
XYZ1.551.633.25-
YUV33.42137.36121.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=22.02%
G=32.11%
B=45.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2435500.520.3000.80214.6235.1414.51
Hex182332341E050d723f
Octal304362643601203274317
Binary110001000111100101101001111001010000110101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182332; }

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

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

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

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

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

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

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

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