#231C0D

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

Shades of Maire #231C0D

Tints of Maire #231C0D

Color information

#231C0D (or 0x231C0D) is unknown color: approx Maire. HEX triplet: 23, 1C and 0D. RGB value is (35,28,13). Sum of RGB (Red+Green+Blue) = 35+28+13=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C0D is #DCE3F2. Grayscale: #1C1C1C. Windows color (decimal): -14476275 or 859171. OLE color: 859171.

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

Color convert

RGB352813-
CMYK00.200.630.86
HSL40.91º45.83%9.41%-
HSV(B)40.91º62.86%13.73%-
XYZ1.181.220.55-
YUV28.38119.32132.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=46.05%
G=36.84%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35281300.200.630.8640.9145.839.41
Hex231CD0143F56292e9
Octal43341502477126515611
Binary10001111100110101010011111110101101010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,13); }

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

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

 a { background-color: rgb(35,28,13); }

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

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

 span { border-color: rgb(35,28,13); }

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