Html Css Color HEX #1B1D19 Pine Tree

📋 copy color: '#1B1D19'

red 27 ◦ green 29 ◦ blue 25

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

Shades of Pine Tree #1B1D19

Tints of Pine Tree #1B1D19

RGB

 RED value IS 27 (10.94% from 255) = 33.33%

 GREEN value IS 29 (11.72% from 255) = 35.8%

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 33.33%
G = 35.8%
B = 30.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1B1D19 (or 0x1B1D19) is known color: Pine Tree. HEX triplet: 1B, 1D and 19. RGB value is (27,29,25). Sum of RGB (Red+Green+Blue) = 27+29+25=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D19 is #E4E2E6. Grayscale: #1B1B1B. Windows color (decimal): -15000295 or 1645851. OLE color: 1645851.

HSL color Cylindrical-coordinate representation of color #1B1D19: hue angle of 90º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1B1D19 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 29 25 -
CMYK 0.07 0 0.14 0.89
HSL 90º 0.07% 0.11% -
HSV(B) 90º 0.14% 0.11% -
XYZ 1.07 1.18 1.09 -
YUV 27.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 27 29 25 0.07 0 0.14 0.89 90 0.07 0.11
Hex 1B 1D 19 7 0 E 59 5A 7 B
Octal 33 35 31 7 0 16 131 132 7 13
Binary 11011 11101 11001 111 0 1110 1011001 1011010 111 1011

Color Harmonies of #1B1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1D19

Black with #1B1D19

Text Example


Text Example

White with #1B1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B1D19; }

 p { color: rgb(27,29,25); }

 H1.HeaderClassName
 {
   color: #1B1D19;
 }
 .AnyTagClassName
 {
   color: #1B1D19;
 }
</style>

background-color css

<style>
 a { background-color: #1B1D19; }

 a { background-color: rgb(27,29,25); }

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

border-color css

<style>
 span { border-color: #1B1D19; }

 span { border-color: rgb(27,29,25); }

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