Html Css Color HEX #0D3113 Deep Fir

📋 copy color: '#0D3113'

red 13 ◦ green 49 ◦ blue 19

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

Shades of Deep Fir #0D3113

Tints of Deep Fir #0D3113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 60.49%

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

R = 16.05%
G = 60.49%
B = 23.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#0D3113 (or 0x0D3113) is known color: Deep Fir. HEX triplet: 0D, 31 and 13. RGB value is (13,49,19). Sum of RGB (Red+Green+Blue) = 13+49+19=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3113 is #F2CEEC. Grayscale: #222222. Windows color (decimal): -15912685 or 1257741. OLE color: 1257741.

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

Color convert

RGB 13 49 19 -
CMYK 0.73 0 0.61 0.81
HSL 130º 0.58% 0.12% -
HSV(B) 130º 0.73% 0.19% -
XYZ 1.38 2.33 0.99 -
YUV 34.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 13 49 19 0.73 0 0.61 0.81 130 0.58 0.12
Hex D 31 13 49 0 3D 51 82 3A C
Octal 15 61 23 111 0 75 121 202 72 14
Binary 1101 110001 10011 1001001 0 111101 1010001 10000010 111010 1100

Color Harmonies of #0D3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3113

Black with #0D3113

Text Example


Text Example

White with #0D3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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