#302C1B

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

Shades of Maire #302C1B

Tints of Maire #302C1B

Color information

#302C1B (or 0x302C1B) is unknown color: approx Maire. HEX triplet: 30, 2C and 1B. RGB value is (48,44,27). Sum of RGB (Red+Green+Blue) = 48+44+27=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C1B is #CFD3E4. Grayscale: #2B2B2B. Windows color (decimal): -13620197 or 1780784. OLE color: 1780784.

HSL color Cylindrical-coordinate representation of color #302C1B: hue angle of 48.57º 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 #302C1B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB484427-
CMYK00.080.440.81
HSL48.57º28%14.71%-
HSV(B)48.57º43.75%18.82%-
XYZ2.322.511.4-
YUV43.26118.83131.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=40.34%
G=36.97%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48442700.080.440.8148.572814.71
Hex302C1B082C51311cf
Octal60543301054121613417
Binary11000010110011011010001011001010001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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