Html Css Color HEX #13441E Deep Fir

📋 copy color: '#13441E'

red 19 ◦ green 68 ◦ blue 30

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

Shades of Deep Fir #13441E

Tints of Deep Fir #13441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 58.12%

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

R = 16.24%
G = 58.12%
B = 25.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#13441E (or 0x13441E) is known color: Deep Fir. HEX triplet: 13, 44 and 1E. RGB value is (19,68,30). Sum of RGB (Red+Green+Blue) = 19+68+30=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #13441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441E is #ECBBE1. Grayscale: #313131. Windows color (decimal): -15514594 or 1983507. OLE color: 1983507.

HSL color Cylindrical-coordinate representation of color #13441E: hue angle of 133.47º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13441E is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 30 -
CMYK 0.72 0 0.56 0.73
HSL 133.47º 0.56% 0.17% -
HSV(B) 133.47º 0.72% 0.27% -
XYZ 2.57 4.37 1.94 -
YUV 49.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 19 68 30 0.72 0 0.56 0.73 133.47 0.56 0.17
Hex 13 44 1E 48 0 38 49 85 38 11
Octal 23 104 36 110 0 70 111 205 70 21
Binary 10011 1000100 11110 1001000 0 111000 1001001 10000101 111000 10001

Color Harmonies of #13441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13441E

Black with #13441E

Text Example


Text Example

White with #13441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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