Html Css Color HEX #192331 Blue Charcoal

📋 copy color: '#192331'

red 25 ◦ green 35 ◦ blue 49

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

Shades of Blue Charcoal #192331

Tints of Blue Charcoal #192331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

 BLUE value IS 49 (19.53% from 255) = 44.95%

R = 22.94%
G = 32.11%
B = 44.95%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#192331 (or 0x192331) is known color: Blue Charcoal. HEX triplet: 19, 23 and 31. RGB value is (25,35,49). Sum of RGB (Red+Green+Blue) = 25+35+49=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #192331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192331 is #E6DCCE. Grayscale: #212121. Windows color (decimal): -15129807 or 3220249. OLE color: 3220249.

HSL color Cylindrical-coordinate representation of color #192331: hue angle of 215º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #192331 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 35 49 -
CMYK 0.49 0.29 0 0.81
HSL 215º 0.32% 0.15% -
HSV(B) 215º 0.49% 0.19% -
XYZ 1.56 1.63 3.14 -
YUV 33.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 25 35 49 0.49 0.29 0 0.81 215 0.32 0.15
Hex 19 23 31 31 1D 0 51 D7 20 F
Octal 31 43 61 61 35 0 121 327 40 17
Binary 11001 100011 110001 110001 11101 0 1010001 11010111 100000 1111

Color Harmonies of #192331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192331

Black with #192331

Text Example


Text Example

White with #192331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192331; }

 p { color: rgb(25,35,49); }

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

background-color css

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

 a { background-color: rgb(25,35,49); }

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

border-color css

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

 span { border-color: rgb(25,35,49); }

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