#232318

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

Shades of Maire #232318

Tints of Maire #232318

Color information

#232318 (or 0x232318) is unknown color: approx Maire. HEX triplet: 23, 23 and 18. RGB value is (35,35,24). Sum of RGB (Red+Green+Blue) = 35+35+24=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232318 is #DCDCE7. Grayscale: #212121. Windows color (decimal): -14474472 or 1581859. OLE color: 1581859.

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

Color convert

RGB353524-
CMYK000.310.86
HSL60º18.64%11.57%-
HSV(B)60º31.43%13.73%-
XYZ1.461.631.1-
YUV33.75122.5128.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=37.23%
G=37.23%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353524000.310.866018.6411.57
Hex232318001F563c13c
Octal4343300037126742314
Binary1000111000111100000111111010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232318; }

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

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

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

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

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

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

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

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