#231E03

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

Shades of Maire #231E03

Tints of Maire #231E03

Color information

#231E03 (or 0x231E03) is unknown color: approx Maire. HEX triplet: 23, 1E and 03. RGB value is (35,30,3). Sum of RGB (Red+Green+Blue) = 35+30+3=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #231E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E03 is #DCE1FC. Grayscale: #1C1C1C. Windows color (decimal): -14475773 or 204323. OLE color: 204323.

HSL color Cylindrical-coordinate representation of color #231E03: hue angle of 50.62º 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 #231E03 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB35303-
CMYK00.140.910.86
HSL50.62º84.21%7.45%-
HSV(B)50.62º91.43%13.73%-
XYZ1.171.290.27-
YUV28.42113.66132.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=51.47%
G=44.12%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3530300.140.910.8650.6284.217.45
Hex231E30E5B5633547
Octal43363016133126631247
Binary100011111101101110101101110101101100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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