#231E10

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

Shades of Maire #231E10

Tints of Maire #231E10

Color information

#231E10 (or 0x231E10) is unknown color: approx Maire. HEX triplet: 23, 1E and 10. RGB value is (35,30,16). Sum of RGB (Red+Green+Blue) = 35+30+16=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E10 is #DCE1EF. Grayscale: #1D1D1D. Windows color (decimal): -14475760 or 1056291. OLE color: 1056291.

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

Color convert

RGB353016-
CMYK00.140.540.86
HSL44.21º37.25%10%-
HSV(B)44.21º54.29%13.73%-
XYZ1.251.320.68-
YUV29.9120.16131.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=43.21%
G=37.04%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35301600.140.540.8644.2137.2510
Hex231E100E36562c25a
Octal43362001666126544512
Binary10001111110100000111011011010101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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