#302E1F

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

Shades of Maire #302E1F

Tints of Maire #302E1F

Color information

#302E1F (or 0x302E1F) is unknown color: approx Maire. HEX triplet: 30, 2E and 1F. RGB value is (48,46,31). Sum of RGB (Red+Green+Blue) = 48+46+31=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E1F is #CFD1E0. Grayscale: #2C2C2C. Windows color (decimal): -13619681 or 2043440. OLE color: 2043440.

HSL color Cylindrical-coordinate representation of color #302E1F: hue angle of 52.94º 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 #302E1F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB484631-
CMYK00.040.350.81
HSL52.94º21.52%15.49%-
HSV(B)52.94º35.42%18.82%-
XYZ2.442.681.69-
YUV44.89120.16130.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=38.4%
G=36.8%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48463100.040.350.8152.9421.5215.49
Hex302E1F0423513516f
Octal6056370443121652617
Binary1100001011101111101001000111010001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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