#231C05

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

Shades of Maire #231C05

Tints of Maire #231C05

Color information

#231C05 (or 0x231C05) is unknown color: approx Maire. HEX triplet: 23, 1C and 05. RGB value is (35,28,5). Sum of RGB (Red+Green+Blue) = 35+28+5=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #231C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C05 is #DCE3FA. Grayscale: #1B1B1B. Windows color (decimal): -14476283 or 334883. OLE color: 334883.

HSL color Cylindrical-coordinate representation of color #231C05: hue angle of 46º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231C05 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB35285-
CMYK00.200.860.86
HSL46º75%7.84%-
HSV(B)46º85.71%13.73%-
XYZ1.141.20.32-
YUV27.47115.32133.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 5 (2.34% from 255) = 7.35%
R=51.47%
G=41.18%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3528500.200.860.8646757.84
Hex231C501456562e4b8
Octal433450241261265611310
Binary100011111001010101001010110101011010111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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