#182230

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

Shades of Blue Charcoal #182230

Tints of Blue Charcoal #182230

Color information

#182230 (or 0x182230) is unknown color: approx Blue Charcoal. HEX triplet: 18, 22 and 30. RGB value is (24,34,48). Sum of RGB (Red+Green+Blue) = 24+34+48=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #182230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182230 is #E7DDCF. Grayscale: #202020. Windows color (decimal): -15195600 or 3154456. OLE color: 3154456.

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

Color convert

RGB243448-
CMYK0.50.2900.81
HSL215º33.33%14.12%-
HSV(B)215º50%18.82%-
XYZ1.481.553.02-
YUV32.61136.69121.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=22.64%
G=32.08%
B=45.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2434480.50.2900.8121533.3314.12
Hex182230321D051d721e
Octal304260623501213274116
Binary110001000101100001100101110101010001110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182230; }

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

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

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

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

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

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

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

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