Html Css Color HEX #10130B Pine Tree

📋 copy color: '#10130B'

red 16 ◦ green 19 ◦ blue 11

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

Shades of Pine Tree #10130B

Tints of Pine Tree #10130B

RGB

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

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

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

R = 34.78%
G = 41.3%
B = 23.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#10130B (or 0x10130B) is known color: Pine Tree. HEX triplet: 10, 13 and 0B. RGB value is (16,19,11). Sum of RGB (Red+Green+Blue) = 16+19+11=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #10130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130B is #EFECF4. Grayscale: #111111. Windows color (decimal): -15723765 or 725776. OLE color: 725776.

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

Color convert

RGB 16 19 11 -
CMYK 0.16 0 0.42 0.93
HSL 82.5º 0.27% 0.06% -
HSV(B) 82.5º 0.42% 0.07% -
XYZ 0.51 0.6 0.41 -
YUV 17.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 16 19 11 0.16 0 0.42 0.93 82.5 0.27 0.06
Hex 10 13 B 10 0 2A 5D 52 1B 6
Octal 20 23 13 20 0 52 135 122 33 6
Binary 10000 10011 1011 10000 0 101010 1011101 1010010 11011 110

Color Harmonies of #10130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10130B

Black with #10130B

Text Example


Text Example

White with #10130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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