#232219

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

Shades of Maire #232219

Tints of Maire #232219

Color information

#232219 (or 0x232219) is unknown color: approx Maire. HEX triplet: 23, 22 and 19. RGB value is (35,34,25). Sum of RGB (Red+Green+Blue) = 35+34+25=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #232219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232219 is #DCDDE6. Grayscale: #212121. Windows color (decimal): -14474727 or 1647139. OLE color: 1647139.

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

Color convert

RGB353425-
CMYK00.030.290.86
HSL54º16.67%11.76%-
HSV(B)54º28.57%13.73%-
XYZ1.441.571.15-
YUV33.27123.33129.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=37.23%
G=36.17%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35342500.030.290.865416.6711.76
Hex232219031D563611c
Octal4342310335126662114
Binary10001110001011001011111011010110110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232219; }

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

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

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

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

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

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

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

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