#33301C

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

Shades of Maire #33301C

Tints of Maire #33301C

Color information

#33301C (or 0x33301C) is unknown color: approx Maire. HEX triplet: 33, 30 and 1C. RGB value is (51,48,28). Sum of RGB (Red+Green+Blue) = 51+48+28=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #33301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33301C is #CCCFE3. Grayscale: #2E2E2E. Windows color (decimal): -13422564 or 1847347. OLE color: 1847347.

HSL color Cylindrical-coordinate representation of color #33301C: hue angle of 52.17º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33301C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB514828-
CMYK00.060.450.8
HSL52.17º29.11%15.49%-
HSV(B)52.17º45.1%20%-
XYZ2.632.91.52-
YUV46.62117.49131.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=40.16%
G=37.80%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51482800.060.450.852.1729.1115.49
Hex33301C062D50341df
Octal6360340655120643517
Binary1100111100001110001101011011010000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33301C; }

 p { color: rgb(51,48,28); }

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

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

 a { background-color: rgb(51,48,28); }

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

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

 span { border-color: rgb(51,48,28); }

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