#231E00

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

Shades of Maire #231E00

Tints of Maire #231E00

Color information

#231E00 (or 0x231E00) is unknown color: approx Maire. HEX triplet: 23, 1E and 00. RGB value is (35,30,0). Sum of RGB (Red+Green+Blue) = 35+30+0=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #231E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E00 is #DCE1FF. Grayscale: #1C1C1C. Windows color (decimal): -14475776 or 7715. OLE color: 7715.

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

Color convert

RGB35300-
CMYK00.1410.86
HSL51.43º100%6.86%-
HSV(B)51.43º100%13.73%-
XYZ1.161.290.19-
YUV28.08112.16132.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.85%
G=46.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3530000.1410.8651.431006.86
Hex231E00E645633647
Octal43360016144126631447
Binary10001111110001110110010010101101100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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