#232301

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

Shades of Maire #232301

Tints of Maire #232301

Color information

#232301 (or 0x232301) is unknown color: approx Maire. HEX triplet: 23, 23 and 01. RGB value is (35,35,1). Sum of RGB (Red+Green+Blue) = 35+35+1=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232301 is #DCDCFE. Grayscale: #1F1F1F. Windows color (decimal): -14474495 or 74531. OLE color: 74531.

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

Color convert

RGB35351-
CMYK000.970.86
HSL60º94.44%7.06%-
HSV(B)60º97.14%13.73%-
XYZ1.31.560.26-
YUV31.12111130.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=49.30%
G=49.30%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35351000.970.866094.447.06
Hex232310061563c5e7
Octal4343100141126741367
Binary100011100011100110000110101101111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232301; }

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

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

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

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

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

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

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

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