#231F01

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

Shades of Maire #231F01

Tints of Maire #231F01

Color information

#231F01 (or 0x231F01) is unknown color: approx Maire. HEX triplet: 23, 1F and 01. RGB value is (35,31,1). Sum of RGB (Red+Green+Blue) = 35+31+1=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #231F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F01 is #DCE0FE. Grayscale: #1C1C1C. Windows color (decimal): -14475519 or 73507. OLE color: 73507.

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

Color convert

RGB35311-
CMYK00.110.970.86
HSL52.94º94.44%7.06%-
HSV(B)52.94º97.14%13.73%-
XYZ1.191.340.22-
YUV28.78112.33132.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=52.24%
G=46.27%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531100.110.970.8652.9494.447.06
Hex231F10B6156355e7
Octal43371013141126651367
Binary10001111111101011110000110101101101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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