#231C02

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

Shades of Maire #231C02

Tints of Maire #231C02

Color information

#231C02 (or 0x231C02) is unknown color: approx Maire. HEX triplet: 23, 1C and 02. RGB value is (35,28,2). Sum of RGB (Red+Green+Blue) = 35+28+2=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #231C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C02 is #DCE3FD. Grayscale: #1B1B1B. Windows color (decimal): -14476286 or 138275. OLE color: 138275.

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

Color convert

RGB35282-
CMYK00.200.940.86
HSL47.27º89.19%7.25%-
HSV(B)47.27º94.29%13.73%-
XYZ1.121.190.23-
YUV27.13113.82133.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 2 (1.17% from 255) = 3.08%
R=53.85%
G=43.08%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3528200.200.940.8647.2789.197.25
Hex231C20145E562f597
Octal43342024136126571317
Binary1000111110010010100101111010101101011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,2); }

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

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

 a { background-color: rgb(35,28,2); }

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

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

 span { border-color: rgb(35,28,2); }

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