Html Css Color HEX #13301A Deep Fir

📋 copy color: '#13301A'

red 19 ◦ green 48 ◦ blue 26

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

Shades of Deep Fir #13301A

Tints of Deep Fir #13301A

RGB

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

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

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

R = 20.43%
G = 51.61%
B = 27.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#13301A (or 0x13301A) is known color: Deep Fir. HEX triplet: 13, 30 and 1A. RGB value is (19,48,26). Sum of RGB (Red+Green+Blue) = 19+48+26=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #13301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13301A is #ECCFE5. Grayscale: #242424. Windows color (decimal): -15519718 or 1716243. OLE color: 1716243.

HSL color Cylindrical-coordinate representation of color #13301A: hue angle of 134.48º 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 #13301A is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 26 -
CMYK 0.60 0 0.46 0.81
HSL 134.48º 0.43% 0.13% -
HSV(B) 134.48º 0.6% 0.19% -
XYZ 1.51 2.33 1.35 -
YUV 36.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 19 48 26 0.60 0 0.46 0.81 134.48 0.43 0.13
Hex 13 30 1A 3C 0 2E 51 86 2B D
Octal 23 60 32 74 0 56 121 206 53 15
Binary 10011 110000 11010 111100 0 101110 1010001 10000110 101011 1101

Color Harmonies of #13301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13301A

Black with #13301A

Text Example


Text Example

White with #13301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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