#232009

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

Shades of Maire #232009

Tints of Maire #232009

Color information

#232009 (or 0x232009) is unknown color: approx Maire. HEX triplet: 23, 20 and 09. RGB value is (35,32,9). Sum of RGB (Red+Green+Blue) = 35+32+9=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #232009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232009 is #DCDFF6. Grayscale: #1E1E1E. Windows color (decimal): -14475255 or 598051. OLE color: 598051.

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

Color convert

RGB35329-
CMYK00.090.740.86
HSL53.08º59.09%8.63%-
HSV(B)53.08º74.29%13.73%-
XYZ1.261.410.46-
YUV30.28115.99131.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=46.05%
G=42.11%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532900.090.740.8653.0859.098.63
Hex23209094A56353b9
Octal434011011112126657311
Binary100011100000100101001100101010101101101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232009; }

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

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

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

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

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

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

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

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