#231B02

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

Shades of Maire #231B02

Tints of Maire #231B02

Color information

#231B02 (or 0x231B02) is unknown color: approx Maire. HEX triplet: 23, 1B and 02. RGB value is (35,27,2). Sum of RGB (Red+Green+Blue) = 35+27+2=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B02 is #DCE4FD. Grayscale: #1A1A1A. Windows color (decimal): -14476542 or 138019. OLE color: 138019.

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

Color convert

RGB35272-
CMYK00.230.940.86
HSL45.45º89.19%7.25%-
HSV(B)45.45º94.29%13.73%-
XYZ1.11.150.22-
YUV26.54114.15134.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=54.69%
G=42.19%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3527200.230.940.8645.4589.197.25
Hex231B20175E562d597
Octal43332027136126551317
Binary1000111101110010111101111010101101011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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