#1B0D04

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

Shades of Wood Bark #1B0D04

Tints of Wood Bark #1B0D04

Color information

#1B0D04 (or 0x1B0D04) is unknown color: approx Wood Bark. HEX triplet: 1B, 0D and 04. RGB value is (27,13,4). Sum of RGB (Red+Green+Blue) = 27+13+4=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D04 is #E4F2FB. Grayscale: #101010. Windows color (decimal): -15004412 or 265499. OLE color: 265499.

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

Color convert

RGB27134-
CMYK00.520.850.89
HSL23.48º74.19%6.08%-
HSV(B)23.48º85.19%10.59%-
XYZ0.620.530.18-
YUV16.16121.14135.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=61.36%
G=29.55%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2713400.520.850.8923.4874.196.08
Hex1BD40345559174a6
Octal33154064125131271126
Binary110111101100011010010101011011001101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,13,4); }

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

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

 a { background-color: rgb(27,13,4); }

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

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

 span { border-color: rgb(27,13,4); }

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