#231F04

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

Shades of Maire #231F04

Tints of Maire #231F04

Color information

#231F04 (or 0x231F04) is unknown color: approx Maire. HEX triplet: 23, 1F and 04. RGB value is (35,31,4). Sum of RGB (Red+Green+Blue) = 35+31+4=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F04 is #DCE0FB. Grayscale: #1D1D1D. Windows color (decimal): -14475516 or 270115. OLE color: 270115.

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

Color convert

RGB35314-
CMYK00.110.890.86
HSL52.26º79.49%7.65%-
HSV(B)52.26º88.57%13.73%-
XYZ1.211.350.31-
YUV29.12113.83132.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 4 (1.95% from 255) = 5.71%
R=50%
G=44.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531400.110.890.8652.2679.497.65
Hex231F40B5956344f8
Octal433740131311266411710
Binary10001111111100010111011001101011011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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