#19222E

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

Shades of Blue Charcoal #19222E

Tints of Blue Charcoal #19222E

Color information

#19222E (or 0x19222E) is unknown color: approx Blue Charcoal. HEX triplet: 19, 22 and 2E. RGB value is (25,34,46). Sum of RGB (Red+Green+Blue) = 25+34+46=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #19222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19222E is #E6DDD1. Grayscale: #202020. Windows color (decimal): -15130066 or 3023385. OLE color: 3023385.

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

Color convert

RGB253446-
CMYK0.460.2600.82
HSL214.29º29.58%13.92%-
HSV(B)214.29º45.65%18.04%-
XYZ1.471.552.81-
YUV32.68135.52122.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=23.81%
G=32.38%
B=43.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2534460.460.2600.82214.2929.5813.92
Hex19222E2E1A052d61ee
Octal314256563201223263616
Binary11001100010101110101110110100101001011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,34,46); }

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

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

 a { background-color: rgb(25,34,46); }

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

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

 span { border-color: rgb(25,34,46); }

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