#231E0A

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

Shades of Maire #231E0A

Tints of Maire #231E0A

Color information

#231E0A (or 0x231E0A) is unknown color: approx Maire. HEX triplet: 23, 1E and 0A. RGB value is (35,30,10). Sum of RGB (Red+Green+Blue) = 35+30+10=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E0A is #DCE1F5. Grayscale: #1D1D1D. Windows color (decimal): -14475766 or 663075. OLE color: 663075.

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

Color convert

RGB353010-
CMYK00.140.710.86
HSL48º55.56%8.82%-
HSV(B)48º71.43%13.73%-
XYZ1.211.310.48-
YUV29.22117.16132.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 30 (12.11% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=46.67%
G=40%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35301000.140.710.864855.568.82
Hex231EA0E475630389
Octal433612016107126607011
Binary10001111110101001110100011110101101100001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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