#33301D

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

Shades of Maire #33301D

Tints of Maire #33301D

Color information

#33301D (or 0x33301D) is unknown color: approx Maire. HEX triplet: 33, 30 and 1D. RGB value is (51,48,29). Sum of RGB (Red+Green+Blue) = 51+48+29=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #33301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33301D is #CCCFE2. Grayscale: #2E2E2E. Windows color (decimal): -13422563 or 1912883. OLE color: 1912883.

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

Color convert

RGB514829-
CMYK00.060.430.8
HSL51.82º27.5%15.69%-
HSV(B)51.82º43.14%20%-
XYZ2.642.911.58-
YUV46.73117.99131.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=39.84%
G=37.5%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51482900.060.430.851.8227.515.69
Hex33301D062B50341c10
Octal6360350653120643420
Binary11001111000011101011010101110100001101001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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