Html Css Color HEX #133119 Deep Fir

📋 copy color: '#133119'

red 19 ◦ green 49 ◦ blue 25

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

Shades of Deep Fir #133119

Tints of Deep Fir #133119

RGB

 RED value IS 19 (7.81% from 255) = 20.43%

 GREEN value IS 49 (19.53% from 255) = 52.69%

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 20.43%
G = 52.69%
B = 26.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#133119 (or 0x133119) is known color: Deep Fir. HEX triplet: 13, 31 and 19. RGB value is (19,49,25). Sum of RGB (Red+Green+Blue) = 19+49+25=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #133119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133119 is #ECCEE6. Grayscale: #252525. Windows color (decimal): -15519463 or 1650963. OLE color: 1650963.

HSL color Cylindrical-coordinate representation of color #133119: hue angle of 132º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133119 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 25 -
CMYK 0.61 0 0.49 0.81
HSL 132º 0.44% 0.13% -
HSV(B) 132º 0.61% 0.19% -
XYZ 1.54 2.41 1.3 -
YUV 37.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 19 49 25 0.61 0 0.49 0.81 132 0.44 0.13
Hex 13 31 19 3D 0 31 51 84 2C D
Octal 23 61 31 75 0 61 121 204 54 15
Binary 10011 110001 11001 111101 0 110001 1010001 10000100 101100 1101

Color Harmonies of #133119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133119

Black with #133119

Text Example


Text Example

White with #133119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133119; }

 p { color: rgb(19,49,25); }

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

background-color css

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

 a { background-color: rgb(19,49,25); }

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

border-color css

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

 span { border-color: rgb(19,49,25); }

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