Html Css Color HEX #0D3413 Deep Fir

📋 copy color: '#0D3413'

red 13 ◦ green 52 ◦ blue 19

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

Shades of Deep Fir #0D3413

Tints of Deep Fir #0D3413

RGB

 RED value IS 13 (5.47% from 255) = 15.48%

 GREEN value IS 52 (20.7% from 255) = 61.9%

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 15.48%
G = 61.9%
B = 22.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#0D3413 (or 0x0D3413) is known color: Deep Fir. HEX triplet: 0D, 34 and 13. RGB value is (13,52,19). Sum of RGB (Red+Green+Blue) = 13+52+19=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3413 is #F2CBEC. Grayscale: #242424. Windows color (decimal): -15911917 or 1258509. OLE color: 1258509.

HSL color Cylindrical-coordinate representation of color #0D3413: hue angle of 129.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3413 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 13 52 19 -
CMYK 0.75 0 0.63 0.80
HSL 129.23º 0.6% 0.13% -
HSV(B) 129.23º 0.75% 0.2% -
XYZ 1.51 2.59 1.04 -
YUV 36.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 13 52 19 0.75 0 0.63 0.80 129.23 0.6 0.13
Hex D 34 13 4B 0 3F 50 81 3C D
Octal 15 64 23 113 0 77 120 201 74 15
Binary 1101 110100 10011 1001011 0 111111 1010000 10000001 111100 1101

Color Harmonies of #0D3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3413

Black with #0D3413

Text Example


Text Example

White with #0D3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D3413; }

 p { color: rgb(13,52,19); }

 H1.HeaderClassName
 {
   color: #0D3413;
 }
 .AnyTagClassName
 {
   color: #0D3413;
 }
</style>

background-color css

<style>
 a { background-color: #0D3413; }

 a { background-color: rgb(13,52,19); }

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

border-color css

<style>
 span { border-color: #0D3413; }

 span { border-color: rgb(13,52,19); }

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