#302D21

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

Shades of Maire #302D21

Tints of Maire #302D21

Color information

#302D21 (or 0x302D21) is unknown color: approx Maire. HEX triplet: 30, 2D and 21. RGB value is (48,45,33). Sum of RGB (Red+Green+Blue) = 48+45+33=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D21 is #CFD2DE. Grayscale: #2C2C2C. Windows color (decimal): -13619935 or 2174256. OLE color: 2174256.

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

Color convert

RGB484533-
CMYK00.060.310.81
HSL48º18.52%15.88%-
HSV(B)48º31.25%18.82%-
XYZ2.432.611.82-
YUV44.53121.49130.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=38.10%
G=35.71%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48453300.060.310.814818.5215.88
Hex302D21061F51301310
Octal6055410637121602320
Binary11000010110110000101101111110100011100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,33); }

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

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

 a { background-color: rgb(48,45,33); }

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

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

 span { border-color: rgb(48,45,33); }

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