Html Css Color HEX #193121 Deep Fir

📋 copy color: '#193121'

red 25 ◦ green 49 ◦ blue 33

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

Shades of Deep Fir #193121

Tints of Deep Fir #193121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.79%

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 23.36%
G = 45.79%
B = 30.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#193121 (or 0x193121) is known color: Deep Fir. HEX triplet: 19, 31 and 21. RGB value is (25,49,33). Sum of RGB (Red+Green+Blue) = 25+49+33=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #193121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193121 is #E6CEDE. Grayscale: #282828. Windows color (decimal): -15126239 or 2175257. OLE color: 2175257.

HSL color Cylindrical-coordinate representation of color #193121: hue angle of 140º 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 #193121 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 49 33 -
CMYK 0.49 0 0.33 0.81
HSL 140º 0.32% 0.15% -
HSV(B) 140º 0.49% 0.19% -
XYZ 1.77 2.51 1.83 -
YUV 40 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 25 49 33 0.49 0 0.33 0.81 140 0.32 0.15
Hex 19 31 21 31 0 21 51 8C 20 F
Octal 31 61 41 61 0 41 121 214 40 17
Binary 11001 110001 100001 110001 0 100001 1010001 10001100 100000 1111

Color Harmonies of #193121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193121

Black with #193121

Text Example


Text Example

White with #193121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193121; }

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

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

background-color css

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

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

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

border-color css

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

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

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