#231914

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

Shades of Wood Bark #231914

Tints of Wood Bark #231914

Color information

#231914 (or 0x231914) is unknown color: approx Wood Bark. HEX triplet: 23, 19 and 14. RGB value is (35,25,20). Sum of RGB (Red+Green+Blue) = 35+25+20=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231914 is #DCE6EB. Grayscale: #1B1B1B. Windows color (decimal): -14477036 or 1317155. OLE color: 1317155.

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

Color convert

RGB352520-
CMYK00.290.430.86
HSL20º27.27%10.78%-
HSV(B)20º42.86%13.73%-
XYZ1.171.10.81-
YUV27.42123.81133.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 20 (8.20% from 255) = 25%
R=43.75%
G=31.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35252000.290.430.862027.2710.78
Hex23191401D2B56141bb
Octal43312403553126243313
Binary1000111100110100011101101011101011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231914; }

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

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

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

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

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

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

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

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