Html Css Color HEX #0D1109 Pine Tree

📋 copy color: '#0D1109'

red 13 ◦ green 17 ◦ blue 9

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

Shades of Pine Tree #0D1109

Tints of Pine Tree #0D1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 43.59%

 BLUE value IS 9 (3.91% from 255) = 23.08%

R = 33.33%
G = 43.59%
B = 23.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#0D1109 (or 0x0D1109) is known color: Pine Tree. HEX triplet: 0D, 11 and 09. RGB value is (13,17,9). Sum of RGB (Red+Green+Blue) = 13+17+9=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #0D1109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1109 is #F2EEF6. Grayscale: #0E0E0E. Windows color (decimal): -15920887 or 594189. OLE color: 594189.

HSL color Cylindrical-coordinate representation of color #0D1109: hue angle of 90º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0D1109 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 17 9 -
CMYK 0.24 0 0.47 0.93
HSL 90º 0.31% 0.05% -
HSV(B) 90º 0.47% 0.07% -
XYZ 0.42 0.51 0.33 -
YUV 14.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 13 17 9 0.24 0 0.47 0.93 90 0.31 0.05
Hex D 11 9 18 0 2F 5D 5A 1F 5
Octal 15 21 11 30 0 57 135 132 37 5
Binary 1101 10001 1001 11000 0 101111 1011101 1011010 11111 101

Color Harmonies of #0D1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1109

Black with #0D1109

Text Example


Text Example

White with #0D1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,9); }

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

background-color css

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

 a { background-color: rgb(13,17,9); }

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

border-color css

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

 span { border-color: rgb(13,17,9); }

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