#231F08

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

Shades of Maire #231F08

Tints of Maire #231F08

Color information

#231F08 (or 0x231F08) is unknown color: approx Maire. HEX triplet: 23, 1F and 08. RGB value is (35,31,8). Sum of RGB (Red+Green+Blue) = 35+31+8=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F08 is #DCE0F7. Grayscale: #1D1D1D. Windows color (decimal): -14475512 or 532259. OLE color: 532259.

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

Color convert

RGB35318-
CMYK00.110.770.86
HSL51.11º62.79%8.43%-
HSV(B)51.11º77.14%13.73%-
XYZ1.231.350.43-
YUV29.57115.83131.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 31 (12.5% from 255) = 41.89%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=47.30%
G=41.89%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531800.110.770.8651.1162.798.43
Hex231F80B4D56333f8
Octal433710013115126637710
Binary10001111111100001011100110110101101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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