Html Css Color HEX #13321E Deep Fir

📋 copy color: '#13321E'

red 19 ◦ green 50 ◦ blue 30

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

Shades of Deep Fir #13321E

Tints of Deep Fir #13321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 19.19%
G = 50.51%
B = 30.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#13321E (or 0x13321E) is known color: Deep Fir. HEX triplet: 13, 32 and 1E. RGB value is (19,50,30). Sum of RGB (Red+Green+Blue) = 19+50+30=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #13321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13321E is #ECCDE1. Grayscale: #262626. Windows color (decimal): -15519202 or 1978899. OLE color: 1978899.

HSL color Cylindrical-coordinate representation of color #13321E: hue angle of 141.29º 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 #13321E is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 30 -
CMYK 0.62 0 0.40 0.80
HSL 141.29º 0.45% 0.14% -
HSV(B) 141.29º 0.62% 0.2% -
XYZ 1.64 2.51 1.63 -
YUV 38.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 19 50 30 0.62 0 0.40 0.80 141.29 0.45 0.14
Hex 13 32 1E 3E 0 28 50 8D 2D E
Octal 23 62 36 76 0 50 120 215 55 16
Binary 10011 110010 11110 111110 0 101000 1010000 10001101 101101 1110

Color Harmonies of #13321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13321E

Black with #13321E

Text Example


Text Example

White with #13321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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