#232200

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

Shades of Maire #232200

Tints of Maire #232200

Color information

#232200 (or 0x232200) is unknown color: approx Maire. HEX triplet: 23, 22 and 00. RGB value is (35,34,0). Sum of RGB (Red+Green+Blue) = 35+34+0=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #232200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232200 is #DCDDFF. Grayscale: #1E1E1E. Windows color (decimal): -14474752 or 8739. OLE color: 8739.

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

Color convert

RGB35340-
CMYK00.0310.86
HSL58.29º100%6.86%-
HSV(B)58.29º100%13.73%-
XYZ1.271.50.22-
YUV30.42110.83131.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 34 (13.67% from 255) = 49.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.72%
G=49.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3534000.0310.8658.291006.86
Hex232200364563a647
Octal4342003144126721447
Binary1000111000100011110010010101101110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232200; }

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

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

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

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

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

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

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

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