#1C130F

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

Shades of Wood Bark #1C130F

Tints of Wood Bark #1C130F

Color information

#1C130F (or 0x1C130F) is unknown color: approx Wood Bark. HEX triplet: 1C, 13 and 0F. RGB value is (28,19,15). Sum of RGB (Red+Green+Blue) = 28+19+15=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C130F is #E3ECF0. Grayscale: #151515. Windows color (decimal): -14937329 or 987932. OLE color: 987932.

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

Color convert

RGB281915-
CMYK00.320.460.89
HSL18.46º30.23%8.43%-
HSV(B)18.46º46.43%10.98%-
XYZ0.80.750.55-
YUV21.24124.48132.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=45.16%
G=30.65%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28191500.320.460.8918.4630.238.43
Hex1C13F0202E59121e8
Octal34231704056131223610
Binary111001001111110100000101110101100110010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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