#302C0B

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

Shades of Maire #302C0B

Tints of Maire #302C0B

Color information

#302C0B (or 0x302C0B) is unknown color: approx Maire. HEX triplet: 30, 2C and 0B. RGB value is (48,44,11). Sum of RGB (Red+Green+Blue) = 48+44+11=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C0B is #CFD3F4. Grayscale: #292929. Windows color (decimal): -13620213 or 732208. OLE color: 732208.

HSL color Cylindrical-coordinate representation of color #302C0B: hue angle of 53.51º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302C0B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB484411-
CMYK00.080.770.81
HSL53.51º62.71%11.57%-
HSV(B)53.51º77.08%18.82%-
XYZ2.182.450.68-
YUV41.43110.83132.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 44 (17.58% from 255) = 42.72%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=46.60%
G=42.72%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48441100.080.770.8153.5162.7111.57
Hex302CB084D51363fc
Octal605413010115121667714
Binary110000101100101101000100110110100011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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