#302B09

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

Shades of Maire #302B09

Tints of Maire #302B09

Color information

#302B09 (or 0x302B09) is unknown color: approx Maire. HEX triplet: 30, 2B and 09. RGB value is (48,43,9). Sum of RGB (Red+Green+Blue) = 48+43+9=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #302B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B09 is #CFD4F6. Grayscale: #282828. Windows color (decimal): -13620471 or 600880. OLE color: 600880.

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

Color convert

RGB48439-
CMYK00.100.810.81
HSL52.31º68.42%11.18%-
HSV(B)52.31º81.25%18.82%-
XYZ2.132.380.6-
YUV40.62110.16133.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 9 (3.91% from 255) = 9%
R=48%
G=43%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843900.100.810.8152.3168.4211.18
Hex302B90A51513444b
Octal6053110121211216410413
Binary1100001010111001010101010001101000111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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