Html Css Color HEX #10190B Pine Tree

📋 copy color: '#10190B'

red 16 ◦ green 25 ◦ blue 11

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

Shades of Pine Tree #10190B

Tints of Pine Tree #10190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 48.08%

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

R = 30.77%
G = 48.08%
B = 21.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#10190B (or 0x10190B) is known color: Pine Tree. HEX triplet: 10, 19 and 0B. RGB value is (16,25,11). Sum of RGB (Red+Green+Blue) = 16+25+11=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #10190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10190B is #EFE6F4. Grayscale: #141414. Windows color (decimal): -15722229 or 727312. OLE color: 727312.

HSL color Cylindrical-coordinate representation of color #10190B: hue angle of 98.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10190B is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 25 11 -
CMYK 0.36 0 0.56 0.90
HSL 98.57º 0.39% 0.07% -
HSV(B) 98.57º 0.56% 0.1% -
XYZ 0.62 0.83 0.44 -
YUV 20.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 16 25 11 0.36 0 0.56 0.90 98.57 0.39 0.07
Hex 10 19 B 24 0 38 5A 63 27 7
Octal 20 31 13 44 0 70 132 143 47 7
Binary 10000 11001 1011 100100 0 111000 1011010 1100011 100111 111

Color Harmonies of #10190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10190B

Black with #10190B

Text Example


Text Example

White with #10190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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