#33301F

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

Shades of Maire #33301F

Tints of Maire #33301F

Color information

#33301F (or 0x33301F) is unknown color: approx Maire. HEX triplet: 33, 30 and 1F. RGB value is (51,48,31). Sum of RGB (Red+Green+Blue) = 51+48+31=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #33301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33301F is #CCCFE0. Grayscale: #2F2F2F. Windows color (decimal): -13422561 or 2043955. OLE color: 2043955.

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

Color convert

RGB514831-
CMYK00.060.390.8
HSL51º24.39%16.08%-
HSV(B)51º39.22%20%-
XYZ2.672.921.72-
YUV46.96118.99130.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=39.23%
G=36.92%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51483100.060.390.85124.3916.08
Hex33301F062750331810
Octal6360370647120633020
Binary11001111000011111011010011110100001100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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