Html Css Color HEX #193421 Deep Fir

📋 copy color: '#193421'

red 25 ◦ green 52 ◦ blue 33

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

Shades of Deep Fir #193421

Tints of Deep Fir #193421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 22.73%
G = 47.27%
B = 30%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#193421 (or 0x193421) is known color: Deep Fir. HEX triplet: 19, 34 and 21. RGB value is (25,52,33). Sum of RGB (Red+Green+Blue) = 25+52+33=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #193421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193421 is #E6CBDE. Grayscale: #292929. Windows color (decimal): -15125471 or 2176025. OLE color: 2176025.

HSL color Cylindrical-coordinate representation of color #193421: hue angle of 137.78º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193421 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 52 33 -
CMYK 0.52 0 0.37 0.80
HSL 137.78º 0.35% 0.15% -
HSV(B) 137.78º 0.52% 0.2% -
XYZ 1.9 2.77 1.87 -
YUV 41.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 25 52 33 0.52 0 0.37 0.80 137.78 0.35 0.15
Hex 19 34 21 34 0 25 50 8A 23 F
Octal 31 64 41 64 0 45 120 212 43 17
Binary 11001 110100 100001 110100 0 100101 1010000 10001010 100011 1111

Color Harmonies of #193421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193421

Black with #193421

Text Example


Text Example

White with #193421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193421; }

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

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

background-color css

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

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

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

border-color css

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

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

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