#231C03

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

Shades of Maire #231C03

Tints of Maire #231C03

Color information

#231C03 (or 0x231C03) is unknown color: approx Maire. HEX triplet: 23, 1C and 03. RGB value is (35,28,3). Sum of RGB (Red+Green+Blue) = 35+28+3=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #231C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C03 is #DCE3FC. Grayscale: #1B1B1B. Windows color (decimal): -14476285 or 203811. OLE color: 203811.

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

Color convert

RGB35283-
CMYK00.200.910.86
HSL46.87º84.21%7.45%-
HSV(B)46.87º91.43%13.73%-
XYZ1.121.190.26-
YUV27.24114.32133.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=53.03%
G=42.42%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3528300.200.910.8646.8784.217.45
Hex231C30145B562f547
Octal43343024133126571247
Binary1000111110011010100101101110101101011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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