#231901

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

Shades of Maire #231901

Tints of Maire #231901

Color information

#231901 (or 0x231901) is unknown color: approx Maire. HEX triplet: 23, 19 and 01. RGB value is (35,25,1). Sum of RGB (Red+Green+Blue) = 35+25+1=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #231901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231901 is #DCE6FE. Grayscale: #191919. Windows color (decimal): -14477055 or 71971. OLE color: 71971.

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

Color convert

RGB35251-
CMYK00.290.970.86
HSL42.35º94.44%7.06%-
HSV(B)42.35º97.14%13.73%-
XYZ1.051.050.18-
YUV25.25114.31134.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=57.38%
G=40.98%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3525100.290.970.8642.3594.447.06
Hex2319101D61562a5e7
Octal43311035141126521367
Binary100011110011011101110000110101101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231901; }

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

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

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

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

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

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

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

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