#302C0C

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

Shades of Maire #302C0C

Tints of Maire #302C0C

Color information

#302C0C (or 0x302C0C) is unknown color: approx Maire. HEX triplet: 30, 2C and 0C. RGB value is (48,44,12). Sum of RGB (Red+Green+Blue) = 48+44+12=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C0C is #CFD3F3. Grayscale: #292929. Windows color (decimal): -13620212 or 797744. OLE color: 797744.

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

Color convert

RGB484412-
CMYK00.080.750.81
HSL53.33º60%11.76%-
HSV(B)53.33º75%18.82%-
XYZ2.192.460.71-
YUV41.55111.33132.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=46.15%
G=42.31%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48441200.080.750.8153.336011.76
Hex302CC084B51353cc
Octal605414010113121657414
Binary110000101100110001000100101110100011101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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