#231E08

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

Shades of Maire #231E08

Tints of Maire #231E08

Color information

#231E08 (or 0x231E08) is unknown color: approx Maire. HEX triplet: 23, 1E and 08. RGB value is (35,30,8). Sum of RGB (Red+Green+Blue) = 35+30+8=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E08 is #DCE1F7. Grayscale: #1D1D1D. Windows color (decimal): -14475768 or 532003. OLE color: 532003.

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

Color convert

RGB35308-
CMYK00.140.770.86
HSL48.89º62.79%8.43%-
HSV(B)48.89º77.14%13.73%-
XYZ1.21.30.42-
YUV28.99116.16132.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=47.95%
G=41.10%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3530800.140.770.8648.8962.798.43
Hex231E80E4D56313f8
Octal433610016115126617710
Binary10001111110100001110100110110101101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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