#231F16

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

Shades of Maire #231F16

Tints of Maire #231F16

Color information

#231F16 (or 0x231F16) is unknown color: approx Maire. HEX triplet: 23, 1F and 16. RGB value is (35,31,22). Sum of RGB (Red+Green+Blue) = 35+31+22=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F16 is #DCE0E9. Grayscale: #1F1F1F. Windows color (decimal): -14475498 or 1449763. OLE color: 1449763.

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

Color convert

RGB353122-
CMYK00.110.370.86
HSL41.54º22.81%11.18%-
HSV(B)41.54º37.14%13.73%-
XYZ1.331.40.96-
YUV31.17122.83130.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 22 (8.98% from 255) = 25%
R=39.77%
G=35.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35312200.110.370.8641.5422.8111.18
Hex231F160B25562a17b
Octal43372601345126522713
Binary1000111111110110010111001011010110101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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