Html Css Color HEX #13301F Deep Fir

📋 copy color: '#13301F'

red 19 ◦ green 48 ◦ blue 31

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

Shades of Deep Fir #13301F

Tints of Deep Fir #13301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48.98%

 BLUE value IS 31 (12.5% from 255) = 31.63%

R = 19.39%
G = 48.98%
B = 31.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#13301F (or 0x13301F) is known color: Deep Fir. HEX triplet: 13, 30 and 1F. RGB value is (19,48,31). Sum of RGB (Red+Green+Blue) = 19+48+31=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #13301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13301F is #ECCFE0. Grayscale: #252525. Windows color (decimal): -15519713 or 2043923. OLE color: 2043923.

HSL color Cylindrical-coordinate representation of color #13301F: hue angle of 144.83º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13301F is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 31 -
CMYK 0.60 0 0.35 0.81
HSL 144.83º 0.43% 0.13% -
HSV(B) 144.83º 0.6% 0.19% -
XYZ 1.57 2.35 1.67 -
YUV 37.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 19 48 31 0.60 0 0.35 0.81 144.83 0.43 0.13
Hex 13 30 1F 3C 0 23 51 91 2B D
Octal 23 60 37 74 0 43 121 221 53 15
Binary 10011 110000 11111 111100 0 100011 1010001 10010001 101011 1101

Color Harmonies of #13301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13301F

Black with #13301F

Text Example


Text Example

White with #13301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13301F; }

 p { color: rgb(19,48,31); }

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

background-color css

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

 a { background-color: rgb(19,48,31); }

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

border-color css

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

 span { border-color: rgb(19,48,31); }

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