Html Css Color HEX #193625 Deep Fir

📋 copy color: '#193625'

red 25 ◦ green 54 ◦ blue 37

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

Shades of Deep Fir #193625

Tints of Deep Fir #193625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.55%

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

R = 21.55%
G = 46.55%
B = 31.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#193625 (or 0x193625) is known color: Deep Fir. HEX triplet: 19, 36 and 25. RGB value is (25,54,37). Sum of RGB (Red+Green+Blue) = 25+54+37=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #193625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193625 is #E6C9DA. Grayscale: #2B2B2B. Windows color (decimal): -15124955 or 2438681. OLE color: 2438681.

HSL color Cylindrical-coordinate representation of color #193625: hue angle of 144.83º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #193625 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 54 37 -
CMYK 0.54 0 0.31 0.79
HSL 144.83º 0.37% 0.15% -
HSV(B) 144.83º 0.54% 0.21% -
XYZ 2.05 2.98 2.22 -
YUV 43.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 25 54 37 0.54 0 0.31 0.79 144.83 0.37 0.15
Hex 19 36 25 36 0 1F 4F 91 25 F
Octal 31 66 45 66 0 37 117 221 45 17
Binary 11001 110110 100101 110110 0 11111 1001111 10010001 100101 1111

Color Harmonies of #193625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193625

Black with #193625

Text Example


Text Example

White with #193625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193625; }

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

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

background-color css

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

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

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

border-color css

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

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

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