#23230E

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

Shades of Maire #23230E

Tints of Maire #23230E

Color information

#23230E (or 0x23230E) is unknown color: approx Maire. HEX triplet: 23, 23 and 0E. RGB value is (35,35,14). Sum of RGB (Red+Green+Blue) = 35+35+14=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230E is #DCDCF1. Grayscale: #202020. Windows color (decimal): -14474482 or 926499. OLE color: 926499.

HSL color Cylindrical-coordinate representation of color #23230E: hue angle of 60º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23230E is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB353514-
CMYK000.600.86
HSL60º42.86%9.61%-
HSV(B)60º60%13.73%-
XYZ1.371.590.65-
YUV32.61117.5129.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353514000.600.866042.869.61
Hex2323E003C563c2ba
Octal4343160074126745312
Binary10001110001111100011110010101101111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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