#1B130F

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

Shades of Wood Bark #1B130F

Tints of Wood Bark #1B130F

Color information

#1B130F (or 0x1B130F) is unknown color: approx Wood Bark. HEX triplet: 1B, 13 and 0F. RGB value is (27,19,15). Sum of RGB (Red+Green+Blue) = 27+19+15=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B130F is #E4ECF0. Grayscale: #141414. Windows color (decimal): -15002865 or 987931. OLE color: 987931.

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

Color convert

RGB271915-
CMYK00.300.440.89
HSL20º28.57%8.24%-
HSV(B)20º44.44%10.59%-
XYZ0.770.730.55-
YUV20.94124.65132.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=44.26%
G=31.15%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27191500.300.440.892028.578.24
Hex1B13F01E2C59141d8
Octal33231703654131243510
Binary11011100111111011110101100101100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,15); }

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

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

 a { background-color: rgb(27,19,15); }

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

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

 span { border-color: rgb(27,19,15); }

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