#232113

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

Shades of Maire #232113

Tints of Maire #232113

Color information

#232113 (or 0x232113) is unknown color: approx Maire. HEX triplet: 23, 21 and 13. RGB value is (35,33,19). Sum of RGB (Red+Green+Blue) = 35+33+19=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #232113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232113 is #DCDEEC. Grayscale: #202020. Windows color (decimal): -14474989 or 1253667. OLE color: 1253667.

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

Color convert

RGB353319-
CMYK00.060.460.86
HSL52.5º29.63%10.59%-
HSV(B)52.5º45.71%13.73%-
XYZ1.351.490.83-
YUV32120.66130.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=40.23%
G=37.93%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35331900.060.460.8652.529.6310.59
Hex232113062E56341eb
Octal4341230656126643613
Binary1000111000011001101101011101010110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232113; }

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

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

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

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

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

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

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

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