Html Css Color HEX #10150B Pine Tree

📋 copy color: '#10150B'

red 16 ◦ green 21 ◦ blue 11

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

Shades of Pine Tree #10150B

Tints of Pine Tree #10150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 43.75%

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

R = 33.33%
G = 43.75%
B = 22.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#10150B (or 0x10150B) is known color: Pine Tree. HEX triplet: 10, 15 and 0B. RGB value is (16,21,11). Sum of RGB (Red+Green+Blue) = 16+21+11=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #10150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150B is #EFEAF4. Grayscale: #121212. Windows color (decimal): -15723253 or 726288. OLE color: 726288.

HSL color Cylindrical-coordinate representation of color #10150B: hue angle of 90º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10150B is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 21 11 -
CMYK 0.24 0 0.48 0.92
HSL 90º 0.31% 0.06% -
HSV(B) 90º 0.48% 0.08% -
XYZ 0.54 0.67 0.42 -
YUV 18.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 16 21 11 0.24 0 0.48 0.92 90 0.31 0.06
Hex 10 15 B 18 0 30 5C 5A 1F 6
Octal 20 25 13 30 0 60 134 132 37 6
Binary 10000 10101 1011 11000 0 110000 1011100 1011010 11111 110

Color Harmonies of #10150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10150B

Black with #10150B

Text Example


Text Example

White with #10150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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