Html Css Color HEX #193221 Deep Fir

📋 copy color: '#193221'

red 25 ◦ green 50 ◦ blue 33

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

Shades of Deep Fir #193221

Tints of Deep Fir #193221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

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

R = 23.15%
G = 46.3%
B = 30.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#193221 (or 0x193221) is known color: Deep Fir. HEX triplet: 19, 32 and 21. RGB value is (25,50,33). Sum of RGB (Red+Green+Blue) = 25+50+33=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #193221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193221 is #E6CDDE. Grayscale: #282828. Windows color (decimal): -15125983 or 2175513. OLE color: 2175513.

HSL color Cylindrical-coordinate representation of color #193221: hue angle of 139.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193221 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 33 -
CMYK 0.50 0 0.34 0.80
HSL 139.2º 0.33% 0.15% -
HSV(B) 139.2º 0.5% 0.2% -
XYZ 1.82 2.6 1.84 -
YUV 40.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 25 50 33 0.50 0 0.34 0.80 139.2 0.33 0.15
Hex 19 32 21 32 0 22 50 8B 21 F
Octal 31 62 41 62 0 42 120 213 41 17
Binary 11001 110010 100001 110010 0 100010 1010000 10001011 100001 1111

Color Harmonies of #193221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193221

Black with #193221

Text Example


Text Example

White with #193221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193221; }

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

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

background-color css

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

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

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

border-color css

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

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

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