#231D0E

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

Shades of Maire #231D0E

Tints of Maire #231D0E

Color information

#231D0E (or 0x231D0E) is unknown color: approx Maire. HEX triplet: 23, 1D and 0E. RGB value is (35,29,14). Sum of RGB (Red+Green+Blue) = 35+29+14=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D0E is #DCE2F1. Grayscale: #1D1D1D. Windows color (decimal): -14476018 or 924963. OLE color: 924963.

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

Color convert

RGB352914-
CMYK00.170.600.86
HSL42.86º42.86%9.61%-
HSV(B)42.86º60%13.73%-
XYZ1.211.270.6-
YUV29.08119.49132.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=44.87%
G=37.18%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35291400.170.600.8642.8642.869.61
Hex231DE0113C562b2ba
Octal43351602174126535312
Binary10001111101111001000111110010101101010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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