Html Css Color HEX #10130D Pine Tree

📋 copy color: '#10130D'

red 16 ◦ green 19 ◦ blue 13

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

Shades of Pine Tree #10130D

Tints of Pine Tree #10130D

RGB

 RED value IS 16 (6.64% from 255) = 33.33%

 GREEN value IS 19 (7.81% from 255) = 39.58%

 BLUE value IS 13 (5.47% from 255) = 27.08%

R = 33.33%
G = 39.58%
B = 27.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#10130D (or 0x10130D) is known color: Pine Tree. HEX triplet: 10, 13 and 0D. RGB value is (16,19,13). Sum of RGB (Red+Green+Blue) = 16+19+13=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #10130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130D is #EFECF2. Grayscale: #111111. Windows color (decimal): -15723763 or 856848. OLE color: 856848.

HSL color Cylindrical-coordinate representation of color #10130D: hue angle of 90º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #10130D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 19 13 -
CMYK 0.16 0 0.32 0.93
HSL 90º 0.19% 0.06% -
HSV(B) 90º 0.32% 0.07% -
XYZ 0.52 0.6 0.47 -
YUV 17.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 16 19 13 0.16 0 0.32 0.93 90 0.19 0.06
Hex 10 13 D 10 0 20 5D 5A 13 6
Octal 20 23 15 20 0 40 135 132 23 6
Binary 10000 10011 1101 10000 0 100000 1011101 1011010 10011 110

Color Harmonies of #10130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10130D

Black with #10130D

Text Example


Text Example

White with #10130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10130D; }

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

 H1.HeaderClassName
 {
   color: #10130D;
 }
 .AnyTagClassName
 {
   color: #10130D;
 }
</style>

background-color css

<style>
 a { background-color: #10130D; }

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

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

border-color css

<style>
 span { border-color: #10130D; }

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

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