#232001

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

Shades of Maire #232001

Tints of Maire #232001

Color information

#232001 (or 0x232001) is unknown color: approx Maire. HEX triplet: 23, 20 and 01. RGB value is (35,32,1). Sum of RGB (Red+Green+Blue) = 35+32+1=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #232001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232001 is #DCDFFE. Grayscale: #1D1D1D. Windows color (decimal): -14475263 or 73763. OLE color: 73763.

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

Color convert

RGB35321-
CMYK00.090.970.86
HSL54.71º94.44%7.06%-
HSV(B)54.71º97.14%13.73%-
XYZ1.221.390.23-
YUV29.36111.99132.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=51.47%
G=47.06%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532100.090.970.8654.7194.447.06
Hex23201096156375e7
Octal43401011141126671367
Binary100011100000101001110000110101101101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232001; }

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

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

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

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

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

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

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

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