#302E07

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

Shades of Maire #302E07

Tints of Maire #302E07

Color information

#302E07 (or 0x302E07) is unknown color: approx Maire. HEX triplet: 30, 2E and 07. RGB value is (48,46,7). Sum of RGB (Red+Green+Blue) = 48+46+7=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E07 is #CFD1F8. Grayscale: #2A2A2A. Windows color (decimal): -13619705 or 470576. OLE color: 470576.

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

Color convert

RGB48467-
CMYK00.040.850.81
HSL57.07º74.55%10.78%-
HSV(B)57.07º85.42%18.82%-
XYZ2.232.60.58-
YUV42.15108.16132.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=47.52%
G=45.54%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4846700.040.850.8157.0774.5510.78
Hex302E7045551394bb
Octal60567041251217111313
Binary11000010111011101001010101101000111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,46,7); }

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

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

 a { background-color: rgb(48,46,7); }

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

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

 span { border-color: rgb(48,46,7); }

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