Html Css Color HEX #18212E Blue Charcoal

📋 copy color: '#18212E'

red 24 ◦ green 33 ◦ blue 46

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

Shades of Blue Charcoal #18212E

Tints of Blue Charcoal #18212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.04%

 BLUE value IS 46 (18.36% from 255) = 44.66%

R = 23.3%
G = 32.04%
B = 44.66%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18212E (or 0x18212E) is known color: Blue Charcoal. HEX triplet: 18, 21 and 2E. RGB value is (24,33,46). Sum of RGB (Red+Green+Blue) = 24+33+46=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #18212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18212E is #E7DED1. Grayscale: #1F1F1F. Windows color (decimal): -15195858 or 3023128. OLE color: 3023128.

HSL color Cylindrical-coordinate representation of color #18212E: hue angle of 215.45º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18212E is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 33 46 -
CMYK 0.48 0.28 0 0.82
HSL 215.45º 0.31% 0.14% -
HSV(B) 215.45º 0.48% 0.18% -
XYZ 1.41 1.48 2.8 -
YUV 31.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 24 33 46 0.48 0.28 0 0.82 215.45 0.31 0.14
Hex 18 21 2E 30 1C 0 52 D7 1F E
Octal 30 41 56 60 34 0 122 327 37 16
Binary 11000 100001 101110 110000 11100 0 1010010 11010111 11111 1110

Color Harmonies of #18212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18212E

Black with #18212E

Text Example


Text Example

White with #18212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18212E; }

 p { color: rgb(24,33,46); }

 H1.HeaderClassName
 {
   color: #18212E;
 }
 .AnyTagClassName
 {
   color: #18212E;
 }
</style>

background-color css

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

 a { background-color: rgb(24,33,46); }

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

border-color css

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

 span { border-color: rgb(24,33,46); }

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