#302B0A

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

Shades of Maire #302B0A

Tints of Maire #302B0A

Color information

#302B0A (or 0x302B0A) is unknown color: approx Maire. HEX triplet: 30, 2B and 0A. RGB value is (48,43,10). Sum of RGB (Red+Green+Blue) = 48+43+10=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B0A is #CFD4F5. Grayscale: #282828. Windows color (decimal): -13620470 or 666416. OLE color: 666416.

HSL color Cylindrical-coordinate representation of color #302B0A: hue angle of 52.11º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302B0A is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB484310-
CMYK00.100.790.81
HSL52.11º65.52%11.37%-
HSV(B)52.11º79.17%18.82%-
XYZ2.142.380.63-
YUV40.73110.66133.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 43 (17.19% from 255) = 42.57%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=47.52%
G=42.57%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48431000.100.790.8152.1165.5211.37
Hex302BA0A4F513442b
Octal6053120121171216410213
Binary1100001010111010010101001111101000111010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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