Html Css Color HEX #19212C Blue Charcoal

📋 copy color: '#19212C'

red 25 ◦ green 33 ◦ blue 44

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

Shades of Blue Charcoal #19212C

Tints of Blue Charcoal #19212C

RGB

 RED value IS 25 (10.16% from 255) = 24.51%

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

 BLUE value IS 44 (17.58% from 255) = 43.14%

R = 24.51%
G = 32.35%
B = 43.14%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19212C (or 0x19212C) is known color: Blue Charcoal. HEX triplet: 19, 21 and 2C. RGB value is (25,33,44). Sum of RGB (Red+Green+Blue) = 25+33+44=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #19212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19212C is #E6DED3. Grayscale: #1F1F1F. Windows color (decimal): -15130324 or 2892057. OLE color: 2892057.

HSL color Cylindrical-coordinate representation of color #19212C: hue angle of 214.74º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19212C is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 33 44 -
CMYK 0.43 0.25 0 0.83
HSL 214.74º 0.28% 0.14% -
HSV(B) 214.74º 0.43% 0.17% -
XYZ 1.4 1.48 2.59 -
YUV 31.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 25 33 44 0.43 0.25 0 0.83 214.74 0.28 0.14
Hex 19 21 2C 2B 19 0 53 D7 1C E
Octal 31 41 54 53 31 0 123 327 34 16
Binary 11001 100001 101100 101011 11001 0 1010011 11010111 11100 1110

Color Harmonies of #19212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19212C

Black with #19212C

Text Example


Text Example

White with #19212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19212C; }

 p { color: rgb(25,33,44); }

 H1.HeaderClassName
 {
   color: #19212C;
 }
 .AnyTagClassName
 {
   color: #19212C;
 }
</style>

background-color css

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

 a { background-color: rgb(25,33,44); }

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

border-color css

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

 span { border-color: rgb(25,33,44); }

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