#302D1B

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

Shades of Maire #302D1B

Tints of Maire #302D1B

Color information

#302D1B (or 0x302D1B) is unknown color: approx Maire. HEX triplet: 30, 2D and 1B. RGB value is (48,45,27). Sum of RGB (Red+Green+Blue) = 48+45+27=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D1B is #CFD2E4. Grayscale: #2B2B2B. Windows color (decimal): -13619941 or 1781040. OLE color: 1781040.

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

Color convert

RGB484527-
CMYK00.060.440.81
HSL51.43º28%14.71%-
HSV(B)51.43º43.75%18.82%-
XYZ2.362.581.41-
YUV43.84118.49130.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=40%
G=37.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48452700.060.440.8151.432814.71
Hex302D1B062C51331cf
Octal6055330654121633417
Binary1100001011011101101101011001010001110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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