Html Css Color HEX #133419 Deep Fir

📋 copy color: '#133419'

red 19 ◦ green 52 ◦ blue 25

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

Shades of Deep Fir #133419

Tints of Deep Fir #133419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.17%

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

R = 19.79%
G = 54.17%
B = 26.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#133419 (or 0x133419) is known color: Deep Fir. HEX triplet: 13, 34 and 19. RGB value is (19,52,25). Sum of RGB (Red+Green+Blue) = 19+52+25=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #133419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133419 is #ECCBE6. Grayscale: #272727. Windows color (decimal): -15518695 or 1651731. OLE color: 1651731.

HSL color Cylindrical-coordinate representation of color #133419: hue angle of 130.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133419 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 25 -
CMYK 0.63 0 0.52 0.80
HSL 130.91º 0.46% 0.14% -
HSV(B) 130.91º 0.63% 0.2% -
XYZ 1.67 2.66 1.35 -
YUV 39.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 19 52 25 0.63 0 0.52 0.80 130.91 0.46 0.14
Hex 13 34 19 3F 0 34 50 83 2E E
Octal 23 64 31 77 0 64 120 203 56 16
Binary 10011 110100 11001 111111 0 110100 1010000 10000011 101110 1110

Color Harmonies of #133419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133419

Black with #133419

Text Example


Text Example

White with #133419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133419; }

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

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

background-color css

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

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

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

border-color css

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

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

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