#231E05

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

Shades of Maire #231E05

Tints of Maire #231E05

Color information

#231E05 (or 0x231E05) is unknown color: approx Maire. HEX triplet: 23, 1E and 05. RGB value is (35,30,5). Sum of RGB (Red+Green+Blue) = 35+30+5=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E05 is #DCE1FA. Grayscale: #1C1C1C. Windows color (decimal): -14475771 or 335395. OLE color: 335395.

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

Color convert

RGB35305-
CMYK00.140.860.86
HSL50º75%7.84%-
HSV(B)50º85.71%13.73%-
XYZ1.181.30.33-
YUV28.64114.66132.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 42.86%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=50%
G=42.86%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3530500.140.860.8650757.84
Hex231E50E5656324b8
Octal433650161261266211310
Binary10001111110101011101010110101011011001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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