#231E01

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

Shades of Maire #231E01

Tints of Maire #231E01

Color information

#231E01 (or 0x231E01) is unknown color: approx Maire. HEX triplet: 23, 1E and 01. RGB value is (35,30,1). Sum of RGB (Red+Green+Blue) = 35+30+1=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #231E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E01 is #DCE1FE. Grayscale: #1C1C1C. Windows color (decimal): -14475775 or 73251. OLE color: 73251.

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

Color convert

RGB35301-
CMYK00.140.970.86
HSL51.18º94.44%7.06%-
HSV(B)51.18º97.14%13.73%-
XYZ1.161.290.22-
YUV28.19112.66132.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=53.03%
G=45.45%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3530100.140.970.8651.1894.447.06
Hex231E10E6156335e7
Octal43361016141126631367
Binary10001111110101110110000110101101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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