Html Css Color HEX #13321A Deep Fir

📋 copy color: '#13321A'

red 19 ◦ green 50 ◦ blue 26

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

Shades of Deep Fir #13321A

Tints of Deep Fir #13321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.63%

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 20%
G = 52.63%
B = 27.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#13321A (or 0x13321A) is known color: Deep Fir. HEX triplet: 13, 32 and 1A. RGB value is (19,50,26). Sum of RGB (Red+Green+Blue) = 19+50+26=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #13321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13321A is #ECCDE5. Grayscale: #262626. Windows color (decimal): -15519206 or 1716755. OLE color: 1716755.

HSL color Cylindrical-coordinate representation of color #13321A: hue angle of 133.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13321A is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 26 -
CMYK 0.62 0 0.48 0.80
HSL 133.55º 0.45% 0.14% -
HSV(B) 133.55º 0.62% 0.2% -
XYZ 1.6 2.49 1.37 -
YUV 38 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 19 50 26 0.62 0 0.48 0.80 133.55 0.45 0.14
Hex 13 32 1A 3E 0 30 50 86 2D E
Octal 23 62 32 76 0 60 120 206 55 16
Binary 10011 110010 11010 111110 0 110000 1010000 10000110 101101 1110

Color Harmonies of #13321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13321A

Black with #13321A

Text Example


Text Example

White with #13321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13321A; }

 p { color: rgb(19,50,26); }

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

background-color css

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

 a { background-color: rgb(19,50,26); }

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

border-color css

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

 span { border-color: rgb(19,50,26); }

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