#231E13

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

Shades of Maire #231E13

Tints of Maire #231E13

Color information

#231E13 (or 0x231E13) is unknown color: approx Maire. HEX triplet: 23, 1E and 13. RGB value is (35,30,19). Sum of RGB (Red+Green+Blue) = 35+30+19=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E13 is #DCE1EC. Grayscale: #1E1E1E. Windows color (decimal): -14475757 or 1252899. OLE color: 1252899.

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

Color convert

RGB353019-
CMYK00.140.460.86
HSL41.25º29.63%10.59%-
HSV(B)41.25º45.71%13.73%-
XYZ1.271.330.81-
YUV30.24121.66131.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=41.67%
G=35.71%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35301900.140.460.8641.2529.6310.59
Hex231E130E2E56291eb
Octal43362301656126513613
Binary1000111111010011011101011101010110101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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