#19212C

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

Shades of Blue Charcoal #19212C

Tints of Blue Charcoal #19212C

Color information

#19212C (or 0x19212C) is unknown color: approx 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

RGB253344-
CMYK0.430.2500.83
HSL214.74º27.54%13.53%-
HSV(B)214.74º43.18%17.25%-
XYZ1.41.482.59-
YUV31.86134.85123.11-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2533440.430.2500.83214.7427.5413.53
Hex19212C2B19053d71ce
Octal314154533101233273416
Binary11001100001101100101011110010101001111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>