#302E25

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

Shades of Maire #302E25

Tints of Maire #302E25

Color information

#302E25 (or 0x302E25) is unknown color: approx Maire. HEX triplet: 30, 2E and 25. RGB value is (48,46,37). Sum of RGB (Red+Green+Blue) = 48+46+37=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E25 is #CFD1DA. Grayscale: #2D2D2D. Windows color (decimal): -13619675 or 2436656. OLE color: 2436656.

HSL color Cylindrical-coordinate representation of color #302E25: hue angle of 49.09º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #302E25 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB484637-
CMYK00.040.230.81
HSL49.09º12.94%16.67%-
HSV(B)49.09º22.92%18.82%-
XYZ2.532.722.14-
YUV45.57123.16129.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=36.64%
G=35.11%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48463700.040.230.8149.0912.9416.67
Hex302E2504175131d11
Octal6056450427121611521
Binary1100001011101001010100101111010001110001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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