Html Css Color HEX #193826 Deep Fir

📋 copy color: '#193826'

red 25 ◦ green 56 ◦ blue 38

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

Shades of Deep Fir #193826

Tints of Deep Fir #193826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.93%

R = 21.01%
G = 47.06%
B = 31.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#193826 (or 0x193826) is known color: Deep Fir. HEX triplet: 19, 38 and 26. RGB value is (25,56,38). Sum of RGB (Red+Green+Blue) = 25+56+38=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 56 - color contains mainly: green. Hex color #193826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193826 is #E6C7D9. Grayscale: #2C2C2C. Windows color (decimal): -15124442 or 2504729. OLE color: 2504729.

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

Color convert

RGB 25 56 38 -
CMYK 0.55 0 0.32 0.78
HSL 145.16º 0.38% 0.16% -
HSV(B) 145.16º 0.55% 0.22% -
XYZ 2.16 3.17 2.33 -
YUV 44.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 25 56 38 0.55 0 0.32 0.78 145.16 0.38 0.16
Hex 19 38 26 37 0 20 4E 91 26 10
Octal 31 70 46 67 0 40 116 221 46 20
Binary 11001 111000 100110 110111 0 100000 1001110 10010001 100110 10000

Color Harmonies of #193826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193826

Black with #193826

Text Example


Text Example

White with #193826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193826; }

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

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

background-color css

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

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

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

border-color css

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

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

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