Html Css Color HEX #193721 Deep Fir

📋 copy color: '#193721'

red 25 ◦ green 55 ◦ blue 33

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

Shades of Deep Fir #193721

Tints of Deep Fir #193721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.67%

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

R = 22.12%
G = 48.67%
B = 29.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#193721 (or 0x193721) is known color: Deep Fir. HEX triplet: 19, 37 and 21. RGB value is (25,55,33). Sum of RGB (Red+Green+Blue) = 25+55+33=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #193721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193721 is #E6C8DE. Grayscale: #2B2B2B. Windows color (decimal): -15124703 or 2176793. OLE color: 2176793.

HSL color Cylindrical-coordinate representation of color #193721: hue angle of 136º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193721 is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 33 -
CMYK 0.55 0 0.4 0.78
HSL 136º 0.38% 0.16% -
HSV(B) 136º 0.55% 0.22% -
XYZ 2.04 3.05 1.92 -
YUV 43.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 25 55 33 0.55 0 0.4 0.78 136 0.38 0.16
Hex 19 37 21 37 0 28 4E 88 26 10
Octal 31 67 41 67 0 50 116 210 46 20
Binary 11001 110111 100001 110111 0 101000 1001110 10001000 100110 10000

Color Harmonies of #193721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193721

Black with #193721

Text Example


Text Example

White with #193721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193721; }

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

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

background-color css

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

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

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

border-color css

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

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

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