#23230A

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

Shades of Maire #23230A

Tints of Maire #23230A

Color information

#23230A (or 0x23230A) is unknown color: approx Maire. HEX triplet: 23, 23 and 0A. RGB value is (35,35,10). Sum of RGB (Red+Green+Blue) = 35+35+10=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230A is #DCDCF5. Grayscale: #202020. Windows color (decimal): -14474486 or 664355. OLE color: 664355.

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

Color convert

RGB353510-
CMYK000.710.86
HSL60º55.56%8.82%-
HSV(B)60º71.43%13.73%-
XYZ1.351.580.52-
YUV32.15115.5130.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 35 (14.06% from 255) = 43.75%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=43.75%
G=43.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353510000.710.866055.568.82
Hex2323A0047563c389
Octal43431200107126747011
Binary100011100011101000100011110101101111001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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