#23230F

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

Shades of Maire #23230F

Tints of Maire #23230F

Color information

#23230F (or 0x23230F) is unknown color: approx Maire. HEX triplet: 23, 23 and 0F. RGB value is (35,35,15). Sum of RGB (Red+Green+Blue) = 35+35+15=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230F is #DCDCF0. Grayscale: #202020. Windows color (decimal): -14474481 or 992035. OLE color: 992035.

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

Color convert

RGB353515-
CMYK000.570.86
HSL60º40%9.8%-
HSV(B)60º57.14%13.73%-
XYZ1.381.590.69-
YUV32.72118129.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=41.18%
G=41.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353515000.570.8660409.8
Hex2323F0039563c28a
Octal4343170071126745012
Binary10001110001111110011100110101101111001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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