#231D00

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

Shades of Maire #231D00

Tints of Maire #231D00

Color information

#231D00 (or 0x231D00) is unknown color: approx Maire. HEX triplet: 23, 1D and 00. RGB value is (35,29,0). Sum of RGB (Red+Green+Blue) = 35+29+0=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D00 is #DCE2FF. Grayscale: #1B1B1B. Windows color (decimal): -14476032 or 7459. OLE color: 7459.

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

Color convert

RGB35290-
CMYK00.1710.86
HSL49.71º100%6.86%-
HSV(B)49.71º100%13.73%-
XYZ1.131.240.18-
YUV27.49112.49133.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 29 (11.72% from 255) = 45.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.69%
G=45.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3529000.1710.8649.711006.86
Hex231D0011645632647
Octal43350021144126621447
Binary100011111010010001110010010101101100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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