Html Css Color HEX #0D100B Pine Tree

📋 copy color: '#0D100B'

red 13 ◦ green 16 ◦ blue 11

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

Shades of Pine Tree #0D100B

Tints of Pine Tree #0D100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 40%

 BLUE value IS 11 (4.69% from 255) = 27.5%

R = 32.5%
G = 40%
B = 27.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#0D100B (or 0x0D100B) is known color: Pine Tree. HEX triplet: 0D, 10 and 0B. RGB value is (13,16,11). Sum of RGB (Red+Green+Blue) = 13+16+11=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0D100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D100B is #F2EFF4. Grayscale: #0E0E0E. Windows color (decimal): -15921141 or 725005. OLE color: 725005.

HSL color Cylindrical-coordinate representation of color #0D100B: hue angle of 96º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0D100B is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB 13 16 11 -
CMYK 0.19 0 0.31 0.94
HSL 96º 0.19% 0.05% -
HSV(B) 96º 0.31% 0.06% -
XYZ 0.41 0.48 0.39 -
YUV 14.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 13 16 11 0.19 0 0.31 0.94 96 0.19 0.05
Hex D 10 B 13 0 1F 5E 60 13 5
Octal 15 20 13 23 0 37 136 140 23 5
Binary 1101 10000 1011 10011 0 11111 1011110 1100000 10011 101

Color Harmonies of #0D100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D100B

Black with #0D100B

Text Example


Text Example

White with #0D100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,16,11); }

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

background-color css

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

 a { background-color: rgb(13,16,11); }

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

border-color css

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

 span { border-color: rgb(13,16,11); }

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