#181514

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

Shades of Wood Bark #181514

Tints of Wood Bark #181514

Color information

#181514 (or 0x181514) is unknown color: approx Wood Bark. HEX triplet: 18, 15 and 14. RGB value is (24,21,20). Sum of RGB (Red+Green+Blue) = 24+21+20=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181514 is #E7EAEB. Grayscale: #151515. Windows color (decimal): -15198956 or 1316120. OLE color: 1316120.

HSL color Cylindrical-coordinate representation of color #181514: hue angle of 15º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181514 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB242120-
CMYK00.130.170.91
HSL15º9.09%8.63%-
HSV(B)15º16.67%9.41%-
XYZ0.770.780.77-
YUV21.78126.99129.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=36.92%
G=32.31%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24212000.130.170.91159.098.63
Hex1815140D115Bf99
Octal30252401521133171111
Binary11000101011010001101100011011011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181514; }

 p { color: rgb(24,21,20); }

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

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

 a { background-color: rgb(24,21,20); }

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

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

 span { border-color: rgb(24,21,20); }

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