Html Css Color HEX #0D1403 Pine Tree

📋 copy color: '#0D1403'

red 13 ◦ green 20 ◦ blue 3

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

Shades of Pine Tree #0D1403

Tints of Pine Tree #0D1403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 55.56%

 BLUE value IS 3 (1.56% from 255) = 8.33%

R = 36.11%
G = 55.56%
B = 8.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#0D1403 (or 0x0D1403) is known color: Pine Tree. HEX triplet: 0D, 14 and 03. RGB value is (13,20,3). Sum of RGB (Red+Green+Blue) = 13+20+3=36 (4% of max value = 765). Red value is 13 (5.47% from 255 or 36.11% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1403 is #F2EBFC. Grayscale: #101010. Windows color (decimal): -15920125 or 201741. OLE color: 201741.

HSL color Cylindrical-coordinate representation of color #0D1403: hue angle of 84.71º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1403 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 20 3 -
CMYK 0.35 0 0.85 0.92
HSL 84.71º 0.74% 0.05% -
HSV(B) 84.71º 0.85% 0.08% -
XYZ 0.43 0.59 0.18 -
YUV 15.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 13 20 3 0.35 0 0.85 0.92 84.71 0.74 0.05
Hex D 14 3 23 0 55 5C 55 4A 5
Octal 15 24 3 43 0 125 134 125 112 5
Binary 1101 10100 11 100011 0 1010101 1011100 1010101 1001010 101

Color Harmonies of #0D1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1403

Black with #0D1403

Text Example


Text Example

White with #0D1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,3); }

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

background-color css

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

 a { background-color: rgb(13,20,3); }

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

border-color css

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

 span { border-color: rgb(13,20,3); }

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