#232212

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

Shades of Maire #232212

Tints of Maire #232212

Color information

#232212 (or 0x232212) is unknown color: approx Maire. HEX triplet: 23, 22 and 12. RGB value is (35,34,18). Sum of RGB (Red+Green+Blue) = 35+34+18=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #232212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232212 is #DCDDED. Grayscale: #202020. Windows color (decimal): -14474734 or 1188387. OLE color: 1188387.

HSL color Cylindrical-coordinate representation of color #232212: hue angle of 56.47º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232212 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB353418-
CMYK00.030.490.86
HSL56.47º32.08%10.39%-
HSV(B)56.47º48.57%13.73%-
XYZ1.371.550.8-
YUV32.48119.83129.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=40.23%
G=39.08%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35341800.030.490.8656.4732.0810.39
Hex2322120331563820a
Octal4342220361126704012
Binary1000111000101001001111000110101101110001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232212; }

 p { color: rgb(35,34,18); }

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

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

 a { background-color: rgb(35,34,18); }

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

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

 span { border-color: rgb(35,34,18); }

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