Html Css Color HEX #193725 Deep Fir

📋 copy color: '#193725'

red 25 ◦ green 55 ◦ blue 37

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

Shades of Deep Fir #193725

Tints of Deep Fir #193725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 21.37%
G = 47.01%
B = 31.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#193725 (or 0x193725) is known color: Deep Fir. HEX triplet: 19, 37 and 25. RGB value is (25,55,37). Sum of RGB (Red+Green+Blue) = 25+55+37=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #193725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193725 is #E6C8DA. Grayscale: #2C2C2C. Windows color (decimal): -15124699 or 2438937. OLE color: 2438937.

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

Color convert

RGB 25 55 37 -
CMYK 0.55 0 0.33 0.78
HSL 144º 0.38% 0.16% -
HSV(B) 144º 0.55% 0.22% -
XYZ 2.1 3.07 2.23 -
YUV 43.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 25 55 37 0.55 0 0.33 0.78 144 0.38 0.16
Hex 19 37 25 37 0 21 4E 90 26 10
Octal 31 67 45 67 0 41 116 220 46 20
Binary 11001 110111 100101 110111 0 100001 1001110 10010000 100110 10000

Color Harmonies of #193725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193725

Black with #193725

Text Example


Text Example

White with #193725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193725; }

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

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

background-color css

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

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

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

border-color css

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

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

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