#231915

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

Shades of Wood Bark #231915

Tints of Wood Bark #231915

Color information

#231915 (or 0x231915) is unknown color: approx Wood Bark. HEX triplet: 23, 19 and 15. RGB value is (35,25,21). Sum of RGB (Red+Green+Blue) = 35+25+21=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231915 is #DCE6EA. Grayscale: #1B1B1B. Windows color (decimal): -14477035 or 1382691. OLE color: 1382691.

HSL color Cylindrical-coordinate representation of color #231915: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231915 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB352521-
CMYK00.290.400.86
HSL17.14º25%10.98%-
HSV(B)17.14º40%13.73%-
XYZ1.181.110.86-
YUV27.53124.31133.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=43.21%
G=30.86%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35252100.290.400.8617.142510.98
Hex23191501D28561119b
Octal43312503550126213113
Binary1000111100110101011101101000101011010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231915; }

 p { color: rgb(35,25,21); }

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

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

 a { background-color: rgb(35,25,21); }

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

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

 span { border-color: rgb(35,25,21); }

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