#231D10

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

Shades of Maire #231D10

Tints of Maire #231D10

Color information

#231D10 (or 0x231D10) is unknown color: approx Maire. HEX triplet: 23, 1D and 10. RGB value is (35,29,16). Sum of RGB (Red+Green+Blue) = 35+29+16=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D10 is #DCE2EF. Grayscale: #1D1D1D. Windows color (decimal): -14476016 or 1056035. OLE color: 1056035.

HSL color Cylindrical-coordinate representation of color #231D10: hue angle of 41.05º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231D10 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB352916-
CMYK00.170.540.86
HSL41.05º37.25%10%-
HSV(B)41.05º54.29%13.73%-
XYZ1.231.270.67-
YUV29.31120.49132.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 16 (6.64% from 255) = 20%
R=43.75%
G=36.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35291600.170.540.8641.0537.2510
Hex231D1001136562925a
Octal43352002166126514512
Binary100011111011000001000111011010101101010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231D10; }

 p { color: rgb(35,29,16); }

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

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

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

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

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

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

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