Html Css Color HEX #10130E Pine Tree

📋 copy color: '#10130E'

red 16 ◦ green 19 ◦ blue 14

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

Shades of Pine Tree #10130E

Tints of Pine Tree #10130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 28.57%

R = 32.65%
G = 38.78%
B = 28.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#10130E (or 0x10130E) is known color: Pine Tree. HEX triplet: 10, 13 and 0E. RGB value is (16,19,14). Sum of RGB (Red+Green+Blue) = 16+19+14=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #10130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130E is #EFECF1. Grayscale: #111111. Windows color (decimal): -15723762 or 922384. OLE color: 922384.

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

Color convert

RGB 16 19 14 -
CMYK 0.16 0 0.26 0.93
HSL 96º 0.15% 0.06% -
HSV(B) 96º 0.26% 0.07% -
XYZ 0.53 0.61 0.51 -
YUV 17.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 16 19 14 0.16 0 0.26 0.93 96 0.15 0.06
Hex 10 13 E 10 0 1A 5D 60 F 6
Octal 20 23 16 20 0 32 135 140 17 6
Binary 10000 10011 1110 10000 0 11010 1011101 1100000 1111 110

Color Harmonies of #10130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10130E

Black with #10130E

Text Example


Text Example

White with #10130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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