#232003

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

Shades of Maire #232003

Tints of Maire #232003

Color information

#232003 (or 0x232003) is unknown color: approx Maire. HEX triplet: 23, 20 and 03. RGB value is (35,32,3). Sum of RGB (Red+Green+Blue) = 35+32+3=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #232003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232003 is #DCDFFC. Grayscale: #1D1D1D. Windows color (decimal): -14475261 or 204835. OLE color: 204835.

HSL color Cylindrical-coordinate representation of color #232003: hue angle of 54.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #232003 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB35323-
CMYK00.090.910.86
HSL54.38º84.21%7.45%-
HSV(B)54.38º91.43%13.73%-
XYZ1.231.40.29-
YUV29.59112.99131.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=50%
G=45.71%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532300.090.910.8654.3884.217.45
Hex23203095B5636547
Octal43403011133126661247
Binary1000111000001101001101101110101101101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232003; }

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

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

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

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

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

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

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

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