#231A03

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

Shades of Maire #231A03

Tints of Maire #231A03

Color information

#231A03 (or 0x231A03) is unknown color: approx Maire. HEX triplet: 23, 1A and 03. RGB value is (35,26,3). Sum of RGB (Red+Green+Blue) = 35+26+3=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A03 is #DCE5FC. Grayscale: #1A1A1A. Windows color (decimal): -14476797 or 203299. OLE color: 203299.

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

Color convert

RGB35263-
CMYK00.260.910.86
HSL43.12º84.21%7.45%-
HSV(B)43.12º91.43%13.73%-
XYZ1.081.10.24-
YUV26.07114.98134.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 26 (10.55% from 255) = 40.62%
BLUE value IS 3 (1.56% from 255) = 4.69%
R=54.69%
G=40.62%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3526300.260.910.8643.1284.217.45
Hex231A301A5B562b547
Octal43323032133126531247
Binary1000111101011011010101101110101101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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