#232013

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

Shades of Maire #232013

Tints of Maire #232013

Color information

#232013 (or 0x232013) is unknown color: approx Maire. HEX triplet: 23, 20 and 13. RGB value is (35,32,19). Sum of RGB (Red+Green+Blue) = 35+32+19=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #232013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232013 is #DCDFEC. Grayscale: #1F1F1F. Windows color (decimal): -14475245 or 1253411. OLE color: 1253411.

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

Color convert

RGB353219-
CMYK00.090.460.86
HSL48.75º29.63%10.59%-
HSV(B)48.75º45.71%13.73%-
XYZ1.331.440.82-
YUV31.42120.99130.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=40.70%
G=37.21%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35321900.090.460.8648.7529.6310.59
Hex232013092E56311eb
Octal43402301156126613613
Binary10001110000010011010011011101010110110001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232013; }

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

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

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

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

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

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

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

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