#231F09

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

Shades of Maire #231F09

Tints of Maire #231F09

Color information

#231F09 (or 0x231F09) is unknown color: approx Maire. HEX triplet: 23, 1F and 09. RGB value is (35,31,9). Sum of RGB (Red+Green+Blue) = 35+31+9=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F09 is #DCE0F6. Grayscale: #1D1D1D. Windows color (decimal): -14475511 or 597795. OLE color: 597795.

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

Color convert

RGB35319-
CMYK00.110.740.86
HSL50.77º59.09%8.63%-
HSV(B)50.77º74.29%13.73%-
XYZ1.231.360.46-
YUV29.69116.33131.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 9 (3.91% from 255) = 12%
R=46.67%
G=41.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531900.110.740.8650.7759.098.63
Hex231F90B4A56333b9
Octal433711013112126637311
Binary10001111111100101011100101010101101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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