#231A00

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

Shades of Maire #231A00

Tints of Maire #231A00

Color information

#231A00 (or 0x231A00) is unknown color: approx Maire. HEX triplet: 23, 1A and 00. RGB value is (35,26,0). Sum of RGB (Red+Green+Blue) = 35+26+0=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #231A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A00 is #DCE5FF. Grayscale: #191919. Windows color (decimal): -14476800 or 6691. OLE color: 6691.

HSL color Cylindrical-coordinate representation of color #231A00: hue angle of 44.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #231A00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB35260-
CMYK00.2610.86
HSL44.57º100%6.86%-
HSV(B)44.57º100%13.73%-
XYZ1.061.10.16-
YUV25.73113.48134.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 26 (10.55% from 255) = 42.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.38%
G=42.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3526000.2610.8644.571006.86
Hex231A001A64562d647
Octal43320032144126551447
Binary100011110100011010110010010101101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A00; }

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

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

<style>
 a { background-color: #231A00; }

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

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

<style>
 span { border-color: #231A00; }

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

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