#231E0C

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

Shades of Maire #231E0C

Tints of Maire #231E0C

Color information

#231E0C (or 0x231E0C) is unknown color: approx Maire. HEX triplet: 23, 1E and 0C. RGB value is (35,30,12). Sum of RGB (Red+Green+Blue) = 35+30+12=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E0C is #DCE1F3. Grayscale: #1D1D1D. Windows color (decimal): -14475764 or 794147. OLE color: 794147.

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

Color convert

RGB353012-
CMYK00.140.660.86
HSL46.96º48.94%9.22%-
HSV(B)46.96º65.71%13.73%-
XYZ1.221.310.54-
YUV29.44118.16131.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=45.45%
G=38.96%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35301200.140.660.8646.9648.949.22
Hex231EC0E42562f319
Octal433614016102126576111
Binary10001111110110001110100001010101101011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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