#302F27

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

Shades of Maire #302F27

Tints of Maire #302F27

Color information

#302F27 (or 0x302F27) is unknown color: approx Maire. HEX triplet: 30, 2F and 27. RGB value is (48,47,39). Sum of RGB (Red+Green+Blue) = 48+47+39=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #302F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F27 is #CFD0D8. Grayscale: #2E2E2E. Windows color (decimal): -13619417 or 2567984. OLE color: 2567984.

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

Color convert

RGB484739-
CMYK00.020.190.81
HSL53.33º10.34%17.06%-
HSV(B)53.33º18.75%18.82%-
XYZ2.62.812.32-
YUV46.39123.83129.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=35.82%
G=35.07%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48473900.020.190.8153.3310.3417.06
Hex302F2702135135a11
Octal6057470223121651221
Binary110000101111100111010100111010001110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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