#302E24

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

Shades of Maire #302E24

Tints of Maire #302E24

Color information

#302E24 (or 0x302E24) is unknown color: approx Maire. HEX triplet: 30, 2E and 24. RGB value is (48,46,36). Sum of RGB (Red+Green+Blue) = 48+46+36=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #302E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E24 is #CFD1DB. Grayscale: #2D2D2D. Windows color (decimal): -13619676 or 2371120. OLE color: 2371120.

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

Color convert

RGB484636-
CMYK00.040.250.81
HSL50º14.29%16.47%-
HSV(B)50º25%18.82%-
XYZ2.512.712.06-
YUV45.46122.66129.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=36.92%
G=35.38%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48463600.040.250.815014.2916.47
Hex302E2404195132e10
Octal6056440431121621620
Binary1100001011101001000100110011010001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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