#231F12

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

Shades of Maire #231F12

Tints of Maire #231F12

Color information

#231F12 (or 0x231F12) is unknown color: approx Maire. HEX triplet: 23, 1F and 12. RGB value is (35,31,18). Sum of RGB (Red+Green+Blue) = 35+31+18=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F12 is #DCE0ED. Grayscale: #1E1E1E. Windows color (decimal): -14475502 or 1187619. OLE color: 1187619.

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

Color convert

RGB353118-
CMYK00.110.490.86
HSL45.88º32.08%10.39%-
HSV(B)45.88º48.57%13.73%-
XYZ1.291.380.77-
YUV30.71120.83131.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=41.67%
G=36.90%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35311800.110.490.8645.8832.0810.39
Hex231F120B31562e20a
Octal43372201361126564012
Binary10001111111100100101111000110101101011101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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