Html Css Color HEX #193D1F Deep Fir

📋 copy color: '#193D1F'

red 25 ◦ green 61 ◦ blue 31

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

Shades of Deep Fir #193D1F

Tints of Deep Fir #193D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 52.14%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 21.37%
G = 52.14%
B = 26.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#193D1F (or 0x193D1F) is known color: Deep Fir. HEX triplet: 19, 3D and 1F. RGB value is (25,61,31). Sum of RGB (Red+Green+Blue) = 25+61+31=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #193D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D1F is #E6C2E0. Grayscale: #2E2E2E. Windows color (decimal): -15123169 or 2047257. OLE color: 2047257.

HSL color Cylindrical-coordinate representation of color #193D1F: hue angle of 130º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D1F is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 61 31 -
CMYK 0.59 0 0.49 0.76
HSL 130º 0.42% 0.17% -
HSV(B) 130º 0.59% 0.24% -
XYZ 2.32 3.64 1.88 -
YUV 46.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 25 61 31 0.59 0 0.49 0.76 130 0.42 0.17
Hex 19 3D 1F 3B 0 31 4C 82 2A 11
Octal 31 75 37 73 0 61 114 202 52 21
Binary 11001 111101 11111 111011 0 110001 1001100 10000010 101010 10001

Color Harmonies of #193D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D1F

Black with #193D1F

Text Example


Text Example

White with #193D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193D1F; }

 p { color: rgb(25,61,31); }

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

background-color css

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

 a { background-color: rgb(25,61,31); }

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

border-color css

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

 span { border-color: rgb(25,61,31); }

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