#1C110B

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

Shades of Wood Bark #1C110B

Tints of Wood Bark #1C110B

Color information

#1C110B (or 0x1C110B) is unknown color: approx Wood Bark. HEX triplet: 1C, 11 and 0B. RGB value is (28,17,11). Sum of RGB (Red+Green+Blue) = 28+17+11=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C110B is #E3EEF4. Grayscale: #131313. Windows color (decimal): -14937845 or 725276. OLE color: 725276.

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

Color convert

RGB281711-
CMYK00.390.610.89
HSL21.18º43.59%7.65%-
HSV(B)21.18º60.71%10.98%-
XYZ0.740.670.41-
YUV19.6123.14133.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=50%
G=30.36%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28171100.390.610.8921.1843.597.65
Hex1C11B0273D59152c8
Octal34211304775131255410
Binary1110010001101101001111111011011001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,11); }

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

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

 a { background-color: rgb(28,17,11); }

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

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

 span { border-color: rgb(28,17,11); }

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