#302F28

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

Shades of Maire #302F28

Tints of Maire #302F28

Color information

#302F28 (or 0x302F28) is unknown color: approx Maire. HEX triplet: 30, 2F and 28. RGB value is (48,47,40). Sum of RGB (Red+Green+Blue) = 48+47+40=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #302F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F28 is #CFD0D7. Grayscale: #2E2E2E. Windows color (decimal): -13619416 or 2633520. OLE color: 2633520.

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

Color convert

RGB484740-
CMYK00.020.170.81
HSL52.5º9.09%17.25%-
HSV(B)52.5º16.67%18.82%-
XYZ2.622.812.41-
YUV46.5124.33129.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=35.56%
G=34.81%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48474000.020.170.8152.59.0917.25
Hex302F2802115134911
Octal6057500221121641121
Binary110000101111101000010100011010001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,47,40); }

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

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

 a { background-color: rgb(48,47,40); }

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

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

 span { border-color: rgb(48,47,40); }

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