Html Css Color HEX #193321 Deep Fir

📋 copy color: '#193321'

red 25 ◦ green 51 ◦ blue 33

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

Shades of Deep Fir #193321

Tints of Deep Fir #193321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.79%

 BLUE value IS 33 (13.28% from 255) = 30.28%

R = 22.94%
G = 46.79%
B = 30.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#193321 (or 0x193321) is known color: Deep Fir. HEX triplet: 19, 33 and 21. RGB value is (25,51,33). Sum of RGB (Red+Green+Blue) = 25+51+33=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #193321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193321 is #E6CCDE. Grayscale: #292929. Windows color (decimal): -15125727 or 2175769. OLE color: 2175769.

HSL color Cylindrical-coordinate representation of color #193321: hue angle of 138.46º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193321 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 33 -
CMYK 0.51 0 0.35 0.8
HSL 138.46º 0.34% 0.15% -
HSV(B) 138.46º 0.51% 0.2% -
XYZ 1.86 2.68 1.86 -
YUV 41.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 25 51 33 0.51 0 0.35 0.8 138.46 0.34 0.15
Hex 19 33 21 33 0 23 50 8A 22 F
Octal 31 63 41 63 0 43 120 212 42 17
Binary 11001 110011 100001 110011 0 100011 1010000 10001010 100010 1111

Color Harmonies of #193321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193321

Black with #193321

Text Example


Text Example

White with #193321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193321; }

 p { color: rgb(25,51,33); }

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

background-color css

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

 a { background-color: rgb(25,51,33); }

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

border-color css

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

 span { border-color: rgb(25,51,33); }

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