#232018

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

Shades of Maire #232018

Tints of Maire #232018

Color information

#232018 (or 0x232018) is unknown color: approx Maire. HEX triplet: 23, 20 and 18. RGB value is (35,32,24). Sum of RGB (Red+Green+Blue) = 35+32+24=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #232018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232018 is #DCDFE7. Grayscale: #202020. Windows color (decimal): -14475240 or 1581091. OLE color: 1581091.

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

Color convert

RGB353224-
CMYK00.090.310.86
HSL43.64º18.64%11.57%-
HSV(B)43.64º31.43%13.73%-
XYZ1.371.461.07-
YUV31.98123.49130.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=38.46%
G=35.16%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35322400.090.310.8643.6418.6411.57
Hex232018091F562c13c
Octal43403001137126542314
Binary1000111000001100001001111111010110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232018; }

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

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

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

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

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

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

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

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