#231F15

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

Shades of Maire #231F15

Tints of Maire #231F15

Color information

#231F15 (or 0x231F15) is unknown color: approx Maire. HEX triplet: 23, 1F and 15. RGB value is (35,31,21). Sum of RGB (Red+Green+Blue) = 35+31+21=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F15 is #DCE0EA. Grayscale: #1F1F1F. Windows color (decimal): -14475499 or 1384227. OLE color: 1384227.

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

Color convert

RGB353121-
CMYK00.110.400.86
HSL42.86º25%10.98%-
HSV(B)42.86º40%13.73%-
XYZ1.321.390.91-
YUV31.06122.33130.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=40.23%
G=35.63%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35312100.110.400.8642.862510.98
Hex231F150B28562b19b
Octal43372501350126533113
Binary1000111111110101010111010001010110101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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