#231F0F

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

Shades of Maire #231F0F

Tints of Maire #231F0F

Color information

#231F0F (or 0x231F0F) is unknown color: approx Maire. HEX triplet: 23, 1F and 0F. RGB value is (35,31,15). Sum of RGB (Red+Green+Blue) = 35+31+15=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F0F is #DCE0F0. Grayscale: #1E1E1E. Windows color (decimal): -14475505 or 991011. OLE color: 991011.

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

Color convert

RGB353115-
CMYK00.110.570.86
HSL48º40%9.8%-
HSV(B)48º57.14%13.73%-
XYZ1.271.370.65-
YUV30.37119.33131.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=43.21%
G=38.27%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35311500.110.570.8648409.8
Hex231FF0B39563028a
Octal43371701371126605012
Binary1000111111111110101111100110101101100001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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