#231718

Color #231718 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #231718

Tints of Rustic Red #231718

Color information

#231718 (or 0x231718) is unknown color: approx Rustic Red. HEX triplet: 23, 17 and 18. RGB value is (35,23,24). Sum of RGB (Red+Green+Blue) = 35+23+24=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231718 is #DCE8E7. Grayscale: #1A1A1A. Windows color (decimal): -14477544 or 1578787. OLE color: 1578787.

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

Color convert

RGB352324-
CMYK00.340.310.86
HSL355º20.69%11.37%-
HSV(B)355º34.29%13.73%-
XYZ1.161.041-
YUV26.7126.48133.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=42.68%
G=28.05%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35232400.340.310.8635520.6911.37
Hex2317180221F5616315b
Octal432730042371265432513
Binary10001110111110000100010111111010110101100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231718; }

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

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

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

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

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

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

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

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