#302E0B

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

Shades of Maire #302E0B

Tints of Maire #302E0B

Color information

#302E0B (or 0x302E0B) is unknown color: approx Maire. HEX triplet: 30, 2E and 0B. RGB value is (48,46,11). Sum of RGB (Red+Green+Blue) = 48+46+11=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E0B is #CFD1F4. Grayscale: #2A2A2A. Windows color (decimal): -13619701 or 732720. OLE color: 732720.

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

Color convert

RGB484611-
CMYK00.040.770.81
HSL56.76º62.71%11.57%-
HSV(B)56.76º77.08%18.82%-
XYZ2.262.610.7-
YUV42.61110.16131.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=45.71%
G=43.81%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48461100.040.770.8156.7662.7111.57
Hex302EB044D51393fc
Octal60561304115121717714
Binary11000010111010110100100110110100011110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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