#302D1F

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

Shades of Maire #302D1F

Tints of Maire #302D1F

Color information

#302D1F (or 0x302D1F) is unknown color: approx Maire. HEX triplet: 30, 2D and 1F. RGB value is (48,45,31). Sum of RGB (Red+Green+Blue) = 48+45+31=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D1F is #CFD2E0. Grayscale: #2C2C2C. Windows color (decimal): -13619937 or 2043184. OLE color: 2043184.

HSL color Cylindrical-coordinate representation of color #302D1F: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #302D1F is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB484531-
CMYK00.060.350.81
HSL49.41º21.52%15.49%-
HSV(B)49.41º35.42%18.82%-
XYZ2.42.61.67-
YUV44.3120.49130.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 31 (12.5% from 255) = 25%
R=38.71%
G=36.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48453100.060.350.8149.4121.5215.49
Hex302D1F0623513116f
Octal6055370643121612617
Binary1100001011011111101101000111010001110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D1F; }

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

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

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

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

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

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

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

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