#231A08

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

Shades of Maire #231A08

Tints of Maire #231A08

Color information

#231A08 (or 0x231A08) is unknown color: approx Maire. HEX triplet: 23, 1A and 08. RGB value is (35,26,8). Sum of RGB (Red+Green+Blue) = 35+26+8=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #231A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A08 is #DCE5F7. Grayscale: #1A1A1A. Windows color (decimal): -14476792 or 530979. OLE color: 530979.

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

Color convert

RGB35268-
CMYK00.260.770.86
HSL40º62.79%8.43%-
HSV(B)40º77.14%13.73%-
XYZ1.111.110.39-
YUV26.64117.48133.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 26 (10.55% from 255) = 37.68%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=50.72%
G=37.68%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3526800.260.770.864062.798.43
Hex231A801A4D56283f8
Octal433210032115126507710
Binary100011110101000011010100110110101101010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,26,8); }

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

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

 a { background-color: rgb(35,26,8); }

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

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

 span { border-color: rgb(35,26,8); }

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