#231A02

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

Shades of Maire #231A02

Tints of Maire #231A02

Color information

#231A02 (or 0x231A02) is unknown color: approx Maire. HEX triplet: 23, 1A and 02. RGB value is (35,26,2). Sum of RGB (Red+Green+Blue) = 35+26+2=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #231A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A02 is #DCE5FD. Grayscale: #1A1A1A. Windows color (decimal): -14476798 or 137763. OLE color: 137763.

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

Color convert

RGB35262-
CMYK00.260.940.86
HSL43.64º89.19%7.25%-
HSV(B)43.64º94.29%13.73%-
XYZ1.071.10.21-
YUV25.96114.48134.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=55.56%
G=41.27%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3526200.260.940.8643.6489.197.25
Hex231A201A5E562c597
Octal43322032136126541317
Binary1000111101010011010101111010101101011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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