#302B0C

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

Shades of Maire #302B0C

Tints of Maire #302B0C

Color information

#302B0C (or 0x302B0C) is unknown color: approx Maire. HEX triplet: 30, 2B and 0C. RGB value is (48,43,12). Sum of RGB (Red+Green+Blue) = 48+43+12=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B0C is #CFD4F3. Grayscale: #292929. Windows color (decimal): -13620468 or 797488. OLE color: 797488.

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

Color convert

RGB484312-
CMYK00.100.750.81
HSL51.67º60%11.76%-
HSV(B)51.67º75%18.82%-
XYZ2.152.380.69-
YUV40.96111.66133.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=46.60%
G=41.75%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48431200.100.750.8151.676011.76
Hex302BC0A4B51343cc
Octal605314012113121647414
Binary110000101011110001010100101110100011101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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