#302E22

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

Shades of Maire #302E22

Tints of Maire #302E22

Color information

#302E22 (or 0x302E22) is unknown color: approx Maire. HEX triplet: 30, 2E and 22. RGB value is (48,46,34). Sum of RGB (Red+Green+Blue) = 48+46+34=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #302E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E22 is #CFD1DD. Grayscale: #2D2D2D. Windows color (decimal): -13619678 or 2240048. OLE color: 2240048.

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

Color convert

RGB484634-
CMYK00.040.290.81
HSL51.43º17.07%16.08%-
HSV(B)51.43º29.17%18.82%-
XYZ2.482.71.9-
YUV45.23121.66129.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=37.5%
G=35.94%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48463400.040.290.8151.4317.0716.08
Hex302E22041D51331110
Octal6056420435121632120
Binary11000010111010001001001110110100011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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