Html Css Color HEX #0D3013 Deep Fir

📋 copy color: '#0D3013'

red 13 ◦ green 48 ◦ blue 19

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

Shades of Deep Fir #0D3013

Tints of Deep Fir #0D3013

RGB

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

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

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

R = 16.25%
G = 60%
B = 23.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#0D3013 (or 0x0D3013) is known color: Deep Fir. HEX triplet: 0D, 30 and 13. RGB value is (13,48,19). Sum of RGB (Red+Green+Blue) = 13+48+19=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3013 is #F2CFEC. Grayscale: #222222. Windows color (decimal): -15912941 or 1257485. OLE color: 1257485.

HSL color Cylindrical-coordinate representation of color #0D3013: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3013 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 19 -
CMYK 0.73 0 0.60 0.81
HSL 130.29º 0.57% 0.12% -
HSV(B) 130.29º 0.73% 0.19% -
XYZ 1.34 2.25 0.98 -
YUV 34.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 13 48 19 0.73 0 0.60 0.81 130.29 0.57 0.12
Hex D 30 13 49 0 3C 51 82 39 C
Octal 15 60 23 111 0 74 121 202 71 14
Binary 1101 110000 10011 1001001 0 111100 1010001 10000010 111001 1100

Color Harmonies of #0D3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3013

Black with #0D3013

Text Example


Text Example

White with #0D3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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