#1B1817

Color #1B1817 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #1B1817

Tints of Wood Bark #1B1817

Color information

#1B1817 (or 0x1B1817) is unknown color: approx Wood Bark. HEX triplet: 1B, 18 and 17. RGB value is (27,24,23). Sum of RGB (Red+Green+Blue) = 27+24+23=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1817 is #E4E7E8. Grayscale: #181818. Windows color (decimal): -15001577 or 1513499. OLE color: 1513499.

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

Color convert

RGB272423-
CMYK00.110.150.89
HSL15º8%9.8%-
HSV(B)15º14.81%10.59%-
XYZ0.930.950.94-
YUV24.78126.99129.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=36.49%
G=32.43%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27242300.110.150.891589.8
Hex1B18170BF59f8a
Octal33302701317131171012
Binary1101111000101110101111111011001111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,23); }

 H1.HeaderClassName
 {
   color: #1B1817;
 }
 .AnyTagClassName
 {
   color: #1B1817;
 }
</style>
background-color css

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

 a { background-color: rgb(27,24,23); }

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

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

 span { border-color: rgb(27,24,23); }

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