#232117

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

Shades of Maire #232117

Tints of Maire #232117

Color information

#232117 (or 0x232117) is unknown color: approx Maire. HEX triplet: 23, 21 and 17. RGB value is (35,33,23). Sum of RGB (Red+Green+Blue) = 35+33+23=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #232117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232117 is #DCDEE8. Grayscale: #202020. Windows color (decimal): -14474985 or 1515811. OLE color: 1515811.

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

Color convert

RGB353323-
CMYK00.060.340.86
HSL50º20.69%11.37%-
HSV(B)50º34.29%13.73%-
XYZ1.391.511.03-
YUV32.46122.66129.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=38.46%
G=36.26%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35332300.060.340.865020.6911.37
Hex2321170622563215b
Octal4341270642126622513
Binary1000111000011011101101000101010110110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232117; }

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

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

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

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

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

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

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

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