#231D03

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

Shades of Maire #231D03

Tints of Maire #231D03

Color information

#231D03 (or 0x231D03) is unknown color: approx Maire. HEX triplet: 23, 1D and 03. RGB value is (35,29,3). Sum of RGB (Red+Green+Blue) = 35+29+3=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #231D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D03 is #DCE2FC. Grayscale: #1B1B1B. Windows color (decimal): -14476029 or 204067. OLE color: 204067.

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

Color convert

RGB35293-
CMYK00.170.910.86
HSL48.75º84.21%7.45%-
HSV(B)48.75º91.43%13.73%-
XYZ1.151.240.27-
YUV27.83113.99133.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=52.24%
G=43.28%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3529300.170.910.8648.7584.217.45
Hex231D30115B5631547
Octal43353021133126611247
Binary1000111110111010001101101110101101100011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231D03; }

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

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

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

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

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

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

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

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