#23201A

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

Shades of Maire #23201A

Tints of Maire #23201A

Color information

#23201A (or 0x23201A) is unknown color: approx Maire. HEX triplet: 23, 20 and 1A. RGB value is (35,32,26). Sum of RGB (Red+Green+Blue) = 35+32+26=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #23201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23201A is #DCDFE5. Grayscale: #202020. Windows color (decimal): -14475238 or 1712163. OLE color: 1712163.

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

Color convert

RGB353226-
CMYK00.090.260.86
HSL40º14.75%11.96%-
HSV(B)40º25.71%13.73%-
XYZ1.41.461.19-
YUV32.21124.49129.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=37.63%
G=34.41%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35322600.090.260.864014.7511.96
Hex23201A091A5628fc
Octal43403201132126501714
Binary100011100000110100100111010101011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,32,26); }

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

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

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

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

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

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

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