#232019

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

Shades of Maire #232019

Tints of Maire #232019

Color information

#232019 (or 0x232019) is unknown color: approx Maire. HEX triplet: 23, 20 and 19. RGB value is (35,32,25). Sum of RGB (Red+Green+Blue) = 35+32+25=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #232019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232019 is #DCDFE6. Grayscale: #202020. Windows color (decimal): -14475239 or 1646627. OLE color: 1646627.

HSL color Cylindrical-coordinate representation of color #232019: hue angle of 42º 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 #232019 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB353225-
CMYK00.090.290.86
HSL42º16.67%11.76%-
HSV(B)42º28.57%13.73%-
XYZ1.391.461.13-
YUV32.1123.99130.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=38.04%
G=34.78%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35322500.090.290.864216.6711.76
Hex232019091D562a11c
Octal43403101135126522114
Binary1000111000001100101001111011010110101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232019; }

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

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

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

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

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

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

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

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