#33301E

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

Shades of Maire #33301E

Tints of Maire #33301E

Color information

#33301E (or 0x33301E) is unknown color: approx Maire. HEX triplet: 33, 30 and 1E. RGB value is (51,48,30). Sum of RGB (Red+Green+Blue) = 51+48+30=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #33301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33301E is #CCCFE1. Grayscale: #2E2E2E. Windows color (decimal): -13422562 or 1978419. OLE color: 1978419.

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

Color convert

RGB514830-
CMYK00.060.410.8
HSL51.43º25.93%15.88%-
HSV(B)51.43º41.18%20%-
XYZ2.662.911.65-
YUV46.84118.49130.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.53%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=39.53%
G=37.21%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51483000.060.410.851.4325.9315.88
Hex33301E062950331a10
Octal6360360651120633220
Binary11001111000011110011010100110100001100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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