#231814

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

Shades of Wood Bark #231814

Tints of Wood Bark #231814

Color information

#231814 (or 0x231814) is unknown color: approx Wood Bark. HEX triplet: 23, 18 and 14. RGB value is (35,24,20). Sum of RGB (Red+Green+Blue) = 35+24+20=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231814 is #DCE7EB. Grayscale: #1A1A1A. Windows color (decimal): -14477292 or 1316899. OLE color: 1316899.

HSL color Cylindrical-coordinate representation of color #231814: hue angle of 16º 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 #231814 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB352420-
CMYK00.310.430.86
HSL16º27.27%10.78%-
HSV(B)16º42.86%13.73%-
XYZ1.151.060.81-
YUV26.83124.14133.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=44.30%
G=30.38%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35242000.310.430.861627.2710.78
Hex23181401F2B56101bb
Octal43302403753126203313
Binary1000111100010100011111101011101011010000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231814; }

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

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

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

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

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

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

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

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