#23230D

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

Shades of Maire #23230D

Tints of Maire #23230D

Color information

#23230D (or 0x23230D) is unknown color: approx Maire. HEX triplet: 23, 23 and 0D. RGB value is (35,35,13). Sum of RGB (Red+Green+Blue) = 35+35+13=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230D is #DCDCF2. Grayscale: #202020. Windows color (decimal): -14474483 or 860963. OLE color: 860963.

HSL color Cylindrical-coordinate representation of color #23230D: hue angle of 60º 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 #23230D is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB353513-
CMYK000.630.86
HSL60º45.83%9.41%-
HSV(B)60º62.86%13.73%-
XYZ1.371.590.62-
YUV32.49117129.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=42.17%
G=42.17%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353513000.630.866045.839.41
Hex2323D003F563c2e9
Octal4343150077126745611
Binary10001110001111010011111110101101111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23230D; }

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

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

<style>
 a { background-color: #23230D; }

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

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

<style>
 span { border-color: #23230D; }

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

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