#231D09

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

Shades of Maire #231D09

Tints of Maire #231D09

Color information

#231D09 (or 0x231D09) is unknown color: approx Maire. HEX triplet: 23, 1D and 09. RGB value is (35,29,9). Sum of RGB (Red+Green+Blue) = 35+29+9=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D09 is #DCE2F6. Grayscale: #1C1C1C. Windows color (decimal): -14476023 or 597283. OLE color: 597283.

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

Color convert

RGB35299-
CMYK00.170.740.86
HSL46.15º59.09%8.63%-
HSV(B)46.15º74.29%13.73%-
XYZ1.181.260.44-
YUV28.51116.99132.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 9 (3.91% from 255) = 12.33%
R=47.95%
G=39.73%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3529900.170.740.8646.1559.098.63
Hex231D90114A562e3b9
Octal433511021112126567311
Binary100011111011001010001100101010101101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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