Html Css Color HEX #13180B Pine Tree

📋 copy color: '#13180B'

red 19 ◦ green 24 ◦ blue 11

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

Shades of Pine Tree #13180B

Tints of Pine Tree #13180B

RGB

 RED value IS 19 (7.81% from 255) = 35.19%

 GREEN value IS 24 (9.77% from 255) = 44.44%

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

R = 35.19%
G = 44.44%
B = 20.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#13180B (or 0x13180B) is known color: Pine Tree. HEX triplet: 13, 18 and 0B. RGB value is (19,24,11). Sum of RGB (Red+Green+Blue) = 19+24+11=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #13180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180B is #ECE7F4. Grayscale: #151515. Windows color (decimal): -15525877 or 727059. OLE color: 727059.

HSL color Cylindrical-coordinate representation of color #13180B: hue angle of 83.08º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #13180B is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 24 11 -
CMYK 0.21 0 0.54 0.91
HSL 83.08º 0.37% 0.07% -
HSV(B) 83.08º 0.54% 0.09% -
XYZ 0.66 0.82 0.44 -
YUV 21.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 19 24 11 0.21 0 0.54 0.91 83.08 0.37 0.07
Hex 13 18 B 15 0 36 5B 53 25 7
Octal 23 30 13 25 0 66 133 123 45 7
Binary 10011 11000 1011 10101 0 110110 1011011 1010011 100101 111

Color Harmonies of #13180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13180B

Black with #13180B

Text Example


Text Example

White with #13180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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