Html Css Color HEX #0D3019 Deep Fir

📋 copy color: '#0D3019'

red 13 ◦ green 48 ◦ blue 25

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

Shades of Deep Fir #0D3019

Tints of Deep Fir #0D3019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 15.12%
G = 55.81%
B = 29.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#0D3019 (or 0x0D3019) is known color: Deep Fir. HEX triplet: 0D, 30 and 19. RGB value is (13,48,25). Sum of RGB (Red+Green+Blue) = 13+48+25=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3019 is #F2CFE6. Grayscale: #222222. Windows color (decimal): -15912935 or 1650701. OLE color: 1650701.

HSL color Cylindrical-coordinate representation of color #0D3019: hue angle of 140.57º 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 #0D3019 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 25 -
CMYK 0.73 0 0.48 0.81
HSL 140.57º 0.57% 0.12% -
HSV(B) 140.57º 0.73% 0.19% -
XYZ 1.4 2.27 1.28 -
YUV 34.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 13 48 25 0.73 0 0.48 0.81 140.57 0.57 0.12
Hex D 30 19 49 0 30 51 8D 39 C
Octal 15 60 31 111 0 60 121 215 71 14
Binary 1101 110000 11001 1001001 0 110000 1010001 10001101 111001 1100

Color Harmonies of #0D3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3019

Black with #0D3019

Text Example


Text Example

White with #0D3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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