#231B0A

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

Shades of Maire #231B0A

Tints of Maire #231B0A

Color information

#231B0A (or 0x231B0A) is unknown color: approx Maire. HEX triplet: 23, 1B and 0A. RGB value is (35,27,10). Sum of RGB (Red+Green+Blue) = 35+27+10=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B0A is #DCE4F5. Grayscale: #1B1B1B. Windows color (decimal): -14476534 or 662307. OLE color: 662307.

HSL color Cylindrical-coordinate representation of color #231B0A: hue angle of 40.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231B0A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB352710-
CMYK00.230.710.86
HSL40.8º55.56%8.82%-
HSV(B)40.8º71.43%13.73%-
XYZ1.141.160.45-
YUV27.45118.15133.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=48.61%
G=37.5%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271000.230.710.8640.855.568.82
Hex231BA017475629389
Octal433312027107126517011
Binary100011110111010010111100011110101101010011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,10); }

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

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

 a { background-color: rgb(35,27,10); }

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

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

 span { border-color: rgb(35,27,10); }

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