#1B0D00

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

Shades of Wood Bark #1B0D00

Tints of Wood Bark #1B0D00

Color information

#1B0D00 (or 0x1B0D00) is unknown color: approx Wood Bark. HEX triplet: 1B, 0D and 00. RGB value is (27,13,0). Sum of RGB (Red+Green+Blue) = 27+13+0=40 (5% of max value = 765). Red value is 27 (10.94% from 255 or 67.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D00 is #E4F2FF. Grayscale: #0F0F0F. Windows color (decimal): -15004416 or 3355. OLE color: 3355.

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

Color convert

RGB27130-
CMYK00.5210.89
HSL28.89º100%5.29%-
HSV(B)28.89º100%10.59%-
XYZ0.60.520.07-
YUV15.7119.14136.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 67.5%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.5%
G=32.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2713000.5210.8928.891005.29
Hex1BD003464591d645
Octal33150064144131351445
Binary1101111010011010011001001011001111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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