#231801

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

Shades of Maire #231801

Tints of Maire #231801

Color information

#231801 (or 0x231801) is unknown color: approx Maire. HEX triplet: 23, 18 and 01. RGB value is (35,24,1). Sum of RGB (Red+Green+Blue) = 35+24+1=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #231801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231801 is #DCE7FE. Grayscale: #181818. Windows color (decimal): -14477311 or 71715. OLE color: 71715.

HSL color Cylindrical-coordinate representation of color #231801: hue angle of 40.59º 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 #231801 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB35241-
CMYK00.310.970.86
HSL40.59º94.44%7.06%-
HSV(B)40.59º97.14%13.73%-
XYZ1.031.010.17-
YUV24.67114.64135.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=58.33%
G=40%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3524100.310.970.8640.5994.447.06
Hex2318101F6156295e7
Octal43301037141126511367
Binary100011110001011111110000110101101010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231801; }

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

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

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

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

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

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

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

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