#302C06

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

Shades of Maire #302C06

Tints of Maire #302C06

Color information

#302C06 (or 0x302C06) is unknown color: approx Maire. HEX triplet: 30, 2C and 06. RGB value is (48,44,6). Sum of RGB (Red+Green+Blue) = 48+44+6=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C06 is #CFD3F9. Grayscale: #292929. Windows color (decimal): -13620218 or 404528. OLE color: 404528.

HSL color Cylindrical-coordinate representation of color #302C06: hue angle of 54.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302C06 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48446-
CMYK00.080.870.81
HSL54.29º77.78%10.59%-
HSV(B)54.29º87.5%18.82%-
XYZ2.152.440.53-
YUV40.86108.33133.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=48.98%
G=44.90%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844600.080.870.8154.2977.7810.59
Hex302C6085751364eb
Octal605460101271216611613
Binary110000101100110010001010111101000111011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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