Html Css Color HEX #181F2A Blue Charcoal

📋 copy color: '#181F2A'

red 24 ◦ green 31 ◦ blue 42

#181F2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Charcoal #181F2A

Tints of Blue Charcoal #181F2A

RGB

 RED value IS 24 (9.77% from 255) = 24.74%

 GREEN value IS 31 (12.5% from 255) = 31.96%

 BLUE value IS 42 (16.8% from 255) = 43.3%

R = 24.74%
G = 31.96%
B = 43.3%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181F2A (or 0x181F2A) is known color: Blue Charcoal. HEX triplet: 18, 1F and 2A. RGB value is (24,31,42). Sum of RGB (Red+Green+Blue) = 24+31+42=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #181F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F2A is #E7E0D5. Grayscale: #1E1E1E. Windows color (decimal): -15196374 or 2760472. OLE color: 2760472.

HSL color Cylindrical-coordinate representation of color #181F2A: hue angle of 216.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #181F2A is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 31 42 -
CMYK 0.43 0.26 0 0.84
HSL 216.67º 0.27% 0.13% -
HSV(B) 216.67º 0.43% 0.16% -
XYZ 1.28 1.34 2.38 -
YUV 30.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 24 31 42 0.43 0.26 0 0.84 216.67 0.27 0.13
Hex 18 1F 2A 2B 1A 0 54 D9 1B D
Octal 30 37 52 53 32 0 124 331 33 15
Binary 11000 11111 101010 101011 11010 0 1010100 11011001 11011 1101

Color Harmonies of #181F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F2A

Black with #181F2A

Text Example


Text Example

White with #181F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181F2A; }

 p { color: rgb(24,31,42); }

 H1.HeaderClassName
 {
   color: #181F2A;
 }
 .AnyTagClassName
 {
   color: #181F2A;
 }
</style>

background-color css

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

 a { background-color: rgb(24,31,42); }

 div.DivClassName
 {
   background-color: #181F2A;
 }
 .BgClassName
 {
   background-color: #181F2A;
 }
</style>

border-color css

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

 span { border-color: rgb(24,31,42); }

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