#232300

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

Shades of Maire #232300

Tints of Maire #232300

Color information

#232300 (or 0x232300) is unknown color: approx Maire. HEX triplet: 23, 23 and 00. RGB value is (35,35,0). Sum of RGB (Red+Green+Blue) = 35+35+0=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232300 is #DCDCFF. Grayscale: #1F1F1F. Windows color (decimal): -14474496 or 8995. OLE color: 8995.

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

Color convert

RGB35350-
CMYK0010.86
HSL60º100%6.86%-
HSV(B)60º100%13.73%-
XYZ1.291.560.23-
YUV31.01110.5130.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353500010.86601006.86
Hex232300064563c647
Octal4343000144126741447
Binary100011100011000110010010101101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232300; }

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

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

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

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

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

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

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

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