Html Css Color HEX #193825 Deep Fir

📋 copy color: '#193825'

red 25 ◦ green 56 ◦ blue 37

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

Shades of Deep Fir #193825

Tints of Deep Fir #193825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.46%

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

R = 21.19%
G = 47.46%
B = 31.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#193825 (or 0x193825) is known color: Deep Fir. HEX triplet: 19, 38 and 25. RGB value is (25,56,37). Sum of RGB (Red+Green+Blue) = 25+56+37=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #193825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193825 is #E6C7DA. Grayscale: #2C2C2C. Windows color (decimal): -15124443 or 2439193. OLE color: 2439193.

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

Color convert

RGB 25 56 37 -
CMYK 0.55 0 0.34 0.78
HSL 143.23º 0.38% 0.16% -
HSV(B) 143.23º 0.55% 0.22% -
XYZ 2.15 3.17 2.25 -
YUV 44.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 25 56 37 0.55 0 0.34 0.78 143.23 0.38 0.16
Hex 19 38 25 37 0 22 4E 8F 26 10
Octal 31 70 45 67 0 42 116 217 46 20
Binary 11001 111000 100101 110111 0 100010 1001110 10001111 100110 10000

Color Harmonies of #193825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193825

Black with #193825

Text Example


Text Example

White with #193825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193825; }

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

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

background-color css

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

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

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

border-color css

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

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

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